mirror of
https://github.com/mandiant/capa.git
synced 2026-01-06 17:53:59 -08:00
fix
This commit is contained in:
4
.github/ruff.toml
vendored
4
.github/ruff.toml
vendored
@@ -1,4 +1,8 @@
|
||||
# Enable pycodestyle (`E`) codes
|
||||
select = ["E"]
|
||||
|
||||
# E402 module level import not at top of file
|
||||
# E722 do not use bare 'except'
|
||||
ignore = ["E402", "E722"]
|
||||
exclude = ["*_pb2.py", "*_pb2.pyi"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user