forked from openfisca/openfisca-france
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (31 loc) · 852 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
# Babel configuration
[compile_catalog]
domain = openfisca-france
directory = openfisca_france/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
copyright_holder = OpenFisca Team
msgid-bugs-address = [email protected]
output_file = openfisca_france/i18n/openfisca-france.pot
width = 80
[init_catalog]
domain = openfisca-france
input_file = openfisca_france/i18n/openfisca-france.pot
output_dir = openfisca_france/i18n
[update_catalog]
domain = openfisca-france
input_file = openfisca_france/i18n/openfisca-france.pot
output_dir = openfisca_france/i18n
previous = true
# Flake8
[flake8]
hang-closing = true
; E128 continuation line under-indented for visual indent
; E251 unexpected spaces around keyword / parameter equals
ignore = E128,E251
;max-complexity = 10
max-line-length = 120
# Nose
[nosetests]
with-doctest = 1