-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (20 loc) · 534 Bytes
/
setup.cfg
File metadata and controls
25 lines (20 loc) · 534 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
[metadata]
name=pyxcp
[aliases]
test=pytest
[options]
[tool:pytest]
addopts = --verbose --tb=short --junitxml=result.xml
testpaths = pyxcp/tests
junit_family=legacy
[flake8]
max-line-length = 132
ignore = D203, E203, E266, E501, W503, F403, F401, BLK100
select = B,C,E,F,W,T4,B9
count = 1
statistics = 1
show-source = 1
exclude=.git, __pycache__, .mypy_cache, .tox, .venv, .eggs, _build, build, docs, dist
[black]
line-length = 132
exclude = .git, .mypy_cache, .tox, .venv, _build, build, docs, __pypackages__, __pycache__, dist