* precommit hooks and changes because of these * mv package into src dir * add requirements file, clean up setup reqs, add precommit to CI
12 lines
190 B
INI
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
|