revert bninja change

This commit is contained in:
Pratham Chauhan
2023-04-05 13:32:15 +05:30
parent 6641c8c9c9
commit 6eaa46ea9a
3 changed files with 4 additions and 4 deletions

4
.github/ruff.toml vendored
View File

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