fix ruff F401 pytes issues

This commit is contained in:
Yacine Elhamer
2023-07-11 14:26:59 +01:00
parent 85d4c00096
commit 37c1bf98eb
2 changed files with 8 additions and 7 deletions

1
.github/ruff.toml vendored
View File

@@ -60,3 +60,4 @@ exclude = [
"tests/test_dotnet_features.py" = ["F401", "F811"]
"tests/test_result_document.py" = ["F401", "F811"]
"tests/test_dotnetfile_features.py" = ["F401", "F811"]
"tests/test_static_freeze.py" = ["F401"]