-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.cfg
37 lines (31 loc) · 953 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
[compile_catalog]
domain = gouvfr
directory = udata_front/theme/gouvfr/translations
statistics = true
[extract_messages]
#keywords = _ gettext ngettext ugettext ungettext gettext_lay ugettext_lazy
mapping_file = babel.cfg
add_comments = TRANSLATORS:
output_file = udata_front/theme/gouvfr/translations/gouvfr.pot
width = 80
[init_catalog]
domain = udata-front
input_file = udata_front/theme/gouvfr/translations/gouvfr.pot
output_dir = udata_front/theme/gouvfr/translations
[update_catalog]
domain = udata-front
input_file = udata_front/theme/gouvfr/translations/gouvfr.pot
output_dir = udata_front/theme/gouvfr/translations
ignore_obsolete = true
previous = true
[tool:pytest]
norecursedirs = .git build .cache udata_front/theme udata_front/theme/gouvfr/translations
python_files = test_*.py
python_functions = test_*
python_classes = *Test
mock_use_standalone_module = true
[flake8]
exclude = doc,.git
max_line_length = 100
[wheel]
universal = 1