mirror of
https://github.com/mandiant/capa.git
synced 2026-01-04 08:47:22 -08:00
ci: update tox with black ignores
This commit is contained in:
@@ -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 = .*
|
||||
|
||||
Reference in New Issue
Block a user