mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 03:57:34 -08:00
7 lines
119 B
TOML
7 lines
119 B
TOML
select = ["E"]
|
|
ignore = ["E402", "E722"]
|
|
exclude = ["*_pb2.py", "*_pb2.pyi"]
|
|
|
|
# Same as pycodestyle.
|
|
line-length = 180
|