mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 16:59:41 +00:00
23 lines
426 B
INI
23 lines
426 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[tool:pytest]
|
|
testpaths = tests
|
|
|
|
[coverage:run]
|
|
branch = True
|
|
source = humulus
|
|
|
|
[flake8]
|
|
exclude = .git,__pycache__,.tox,.eggs,*.egg,instance
|
|
show-source = True
|
|
count = True
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
ignore = W503
|
|
select = B,C,E,F,W,T4,B9
|
|
|
|
[doc8]
|
|
max-line-length = 79
|
|
extension = .rst
|
|
ignore-path = docs/_build,pip-wheel-metadata,.git,__pycache__,.tox,.eggs,*.egg,src/*.egg-info,instance
|