setup.cfg (12 lines of code) (raw):
[flake8]
max-line-length = 130
exclude = test
extend-ignore = E203, E501
[tool:pytest]
addopts =
--verbose
--html build/pytest/index.html
--cov mount_efs
--cov watchdog
--cov-report html:build/coverage
--cov-fail-under 80