1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 15:39:45 +00:00
synthale/setup.cfg

15 lines
244 B
INI

[aliases]
test=pytest
[tool:pytest]
testpaths = tests
[coverage:run]
branch = True
source = src/synthale
[flake8]
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,setup.py,docs
show-source = True
ignore = W504,D105
count = True