-
-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (30 loc) · 545 Bytes
/
setup.cfg
File metadata and controls
37 lines (30 loc) · 545 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
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[check-manifest]
ignore =
tox.ini
[flake8]
exclude =
tests/*
max-line-length = 80
max-complexity = 10
[tool:brunette]
line-length = 79
verbose = true
single-quotes = false
[tool:pytest]
python_files = *test*.py
testpaths = tests
norecursedirs=tda build dist docs htmlcov
[coverage:run]
branch = True
[coverage:report]
exclude_lines =
pragma: no cover
except ImportError
def __repr__
raise NotImplementedError
raise DeprecationWarning
deprecate