Files
capa/.github/ruff.toml
Pratham Chauhan 89c6c235f7 resolve conflict
2023-04-04 18:46:31 +05:30

7 lines
162 B
TOML

select = ["E"]
ignore = ["E402", "E722", "E902"]
exclude = ["*_pb2.py", "*_pb2.pyi", "capa2yara.py" , "test_engine.py"]
# Same as pycodestyle.
line-length = 180