ci: update tox with black ignores

This commit is contained in:
William Ballenthin
2020-07-01 12:44:49 -06:00
parent b9d017ad10
commit 92bea58347

View File

@@ -1,8 +1,10 @@
[pycodestyle]
; E402: module level import not at top of file
; W503: line break before binary operator
ignore = E402,W503
; E231 missing whitespace after ',' (emitted by black)
; E203 whitespace before ':' (emitted by black)
ignore = E402,W503,E203,E231
max-line-length = 160
statistics = True
count = True
exclude = .*
exclude = .*