mirror of
https://github.com/vee1e/capa.git
synced 2026-09-03 11:47:19 +00:00
6 lines
143 B
TOML
6 lines
143 B
TOML
select = ["E"]
|
|
ignore = ["E402", "E722", "E902"]
|
|
exclude = ["*_pb2.py", "*_pb2.pyi", "capa2yara.py"]
|
|
|
|
# Same as pycodestyle.
|
|
line-length = 180
|