File: setup.cfg

package info (click to toggle)
vine 5.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: python: 874; makefile: 314; sh: 63
file content (17 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool:pytest]
testpaths = t/unit/
python_classes = test_*

[pydocstyle]
ignore = D102,D104,D203,D105,D213,D107,D407,D412,D413

[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803

[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE