-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
40 lines (33 loc) · 975 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
39
40
[compile_catalog]
domain = udata-ckan
directory = udata_ckan/translations
statistics = true
[extract_messages]
keywords = _ N_:1,2 P_:1c,2 L_ gettext ngettext:1,2 pgettext:1c,2 npgettext:1c,2,3 lazy_gettext lazy_pgettext:1c,2
mapping_file = babel.cfg
add_comments = TRANSLATORS:
output_file = udata_ckan/translations/udata-ckan.pot
width = 80
[init_catalog]
domain = udata-ckan
input_file = udata_ckan/translations/udata-ckan.pot
output_dir = udata_ckan/translations
[update_catalog]
domain = udata-ckan
input_file = udata_ckan/translations/udata-ckan.pot
output_dir = udata_ckan/translations
previous = true
[wheel]
universal = 1
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_functions = test_*
python_classes = *Test
# See: https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
filterwarnings =
ignore::DeprecationWarning:mongoengine
[pycodestyle]
max-line-length = 100
[flake8]
max-line-length = 100