-
Paulus Schoutsen authoredPaulus Schoutsen authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setup.cfg 144 B
[wheel]
universal = 1
[pytest]
testpaths = tests
[flake8]
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib
[pep257]
ignore = D203,D105