dominiontabs/setup.cfg
Peter 31a71447f0
precommit git hooks, rearrange package structure (#251)
* precommit hooks and changes because of these
* mv package into src dir
* add requirements file, clean up setup reqs, add precommit to CI
2019-05-23 16:17:30 -07:00

12 lines
190 B
INI

[metadata]
description-file = README.md
[tool:pytest]
python_files = *tests.py
addopts = --flake8
testpaths = tests
[aliases]
test = pytest
[flake8]
max-line-length = 120
ignore = E203,W503