forked from openfisca/openfisca-france-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (31 loc) · 988 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
# Babel configuration
[compile_catalog]
domain = openfisca-france-data
directory = openfisca_france_data/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
copyright_holder = OpenFisca Team
msgid-bugs-address = [email protected]
output_file = openfisca_france_data/i18n/openfisca-france-data.pot
width = 80
[init_catalog]
domain = openfisca-france-data
input_file = openfisca_france_data/i18n/openfisca-france-data.pot
output_dir = openfisca_france_data/i18n
[update_catalog]
domain = openfisca-france-data
input_file = openfisca_france_data/i18n/openfisca-france-data.pot
output_dir = openfisca_france_data/i18n
previous = true
# Flake8
[flake8]
; E123 closing bracket does not match indentation of opening bracketâs line
; E128 continuation line under-indented for visual indent
; E251 unexpected spaces around keyword / parameter equals
ignore = E123,E128,E251
;max-complexity = 10
max-line-length = 120
[pep8]
ignore = E123,E251
max-line-length = 120