forked from fedora-infra/bodhi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (37 loc) · 913 Bytes
/
setup.cfg
File metadata and controls
48 lines (37 loc) · 913 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[aliases]
test=pytest
[compile_catalog]
directory = bodhi/server/locale
domain = bodhi
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = bodhi/server/locale/bodhi.pot
width = 80
[flake8]
show-source = True
max-line-length = 100
exclude = .git,.tox,dist,*egg,build,tools
ignore = E712,W503
[init_catalog]
domain = bodhi
input_file = bodhi/server/locale/bodhi.pot
output_dir = bodhi/server/locale
[mypy-bugzilla.*]
ignore_missing_imports = True
[mypy-fedora_messaging.*]
ignore_missing_imports = True
[mypy-koji.*]
ignore_missing_imports = True
[mypy-xmlrpc.*]
ignore_missing_imports = True
[pydocstyle]
inherit = true
add-ignore = D413
[tool:pytest]
addopts = --cov-config .coveragerc --cov=bodhi --cov-report term --cov-report xml --cov-report html
[update_catalog]
domain = bodhi
input_file = bodhi/server/locale/bodhi.pot
output_dir = bodhi/server/locale
previous = true