forked from ckan/ckanext-xloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (24 loc) · 731 Bytes
/
setup.cfg
File metadata and controls
29 lines (24 loc) · 731 Bytes
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
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/xloader/i18n/ckanext-xloader.pot
width = 80
[init_catalog]
domain = ckanext-xloader
input_file = ckanext/xloader/i18n/ckanext-xloader.pot
output_dir = ckanext/xloader/i18n
[update_catalog]
domain = ckanext-xloader
input_file = ckanext/xloader/i18n/ckanext-xloader.pot
output_dir = ckanext/xloader/i18n
previous = true
[compile_catalog]
domain = ckanext-xloader
directory = ckanext/xloader/i18n
statistics = true
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning
addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb