summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3b8816d7e8da2088698cd44a0bec14efcfef90e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[bdist_wheel]
universal = 1

[flake8]
max-line-length = 80

[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_first_party = rgain3
line_length = 80
multi_line_output = 3
not_skip = __init__.py

[tool:pytest]
addopts = --showlocals --full-trace --flake8 --isort --cov rgain3 --cov-report term-missing
flake8-max-line-length = 80
flake8-max-complexity = 20

[egg_info]
tag_build = 
tag_date = 0