Codebase list cherrypy3 / debian/latest .flake8
debian/latest

Tree @debian/latest (Download .tar.gz)

.flake8 @debian/latestraw · history · blame

1
2
3
4
5
6
[flake8]
ignore =
    # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513
    W503
    # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545
    W504