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