mirror of
https://github.com/mandiant/capa.git
synced 2025-12-30 22:50:59 -08:00
8 lines
187 B
INI
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 = .* |