Files
capa/ci/tox.ini
2020-06-18 09:13:19 -06:00

8 lines
187 B
INI

[pycodestyle]
; E402: module level import not at top of file
; W503: line break before binary operator
ignore = E402,W503
max-line-length = 160
statistics = True
count = True
exclude = .*