fix lints after sync with master

This commit is contained in:
Willi Ballenthin
2023-07-10 02:55:50 +02:00
parent 72e123e319
commit 7f57fccefb
9 changed files with 17 additions and 16 deletions

1
.github/ruff.toml vendored
View File

@@ -53,6 +53,7 @@ exclude = [
"tests/test_freeze.py" = ["F401", "F811"]
"tests/test_function_id.py" = ["F401", "F811"]
"tests/test_viv_features.py" = ["F401", "F811"]
"tests/test_cape_features.py" = ["F401", "F811"]
"tests/test_binja_features.py" = ["F401", "F811"]
"tests/test_pefile_features.py" = ["F401", "F811"]
"tests/test_dnfile_features.py" = ["F401", "F811"]