forked from mozilla/ichnaea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 871 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
[bdist_wheel]
universal=0
[flake8]
ignore =
# E203: Whitespace before ':'; doesn't work with black
E203,
# E501: line too long; sometimes black doesn't split long strings
E501,
# W503: line break before operator; this doesn't work with black
W503
exclude =
.git/,
__pycache__,
docs/,
vendor/,
geocalclib/,
max-line-length = 88
[tool:pytest]
# -rsxX - show skipped, failed, and passed tests
addopts = --pyargs --tb=native -rsxX -p no:cacheprovider --durations=10
python_files = test_*.py tests.py
norecursedirs = .git docs __pycache__ docker static source_data
testpaths = ichnaea/ mobile_codes/
[tool:release]
github_user = mozilla
github_project = ichnaea
bugzilla_product = Location
bugzilla_component = General
main_branch = main
[tool:paul-mclendahand]
github_user = mozilla
github_project = ichnaea
main_branch = main