forked from nextgis/nextgisweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (33 loc) · 809 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[nosetests]
match=^test
nocapture=1
cover-package=nextgisweb
with-coverage=1
cover-erase=1
[compile_catalog]
directory = nextgisweb/locale
domain = nextgisweb
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = nextgisweb/locale/nextgisweb.pot
width = 80
[init_catalog]
domain = nextgisweb
input_file = nextgisweb/locale/nextgisweb.pot
output_dir = nextgisweb/locale
[update_catalog]
domain = nextgisweb
input_file = nextgisweb/locale/nextgisweb.pot
output_dir = nextgisweb/locale
previous = true
[flake8]
max-line-length = 99
accept-encodings = utf-8
require-code = true
ignore =
W503,
# Require Python 3 mandotaty future imports
# NOTE: Requires flake8-future-import
FI50,FI51,FI12,FI52,FI53,FI54,FI15,FI55,FI16,FI56,FI17,FI57,FI18
exclude = .git, __pycache__