Bogdanp/apistar_dramatiq

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[tool:pytest]
testpaths = tests
addopts = --cov apistar_dramatiq --cov-report html

[pep8]
max-line-length = 120

[flake8]
ignore = E402,F403,F811
max-complexity = 20
max-line-length = 120