diff --git a/.github/ruff.toml b/.github/ruff.toml index 440d8ea7..41fed1b5 100644 --- a/.github/ruff.toml +++ b/.github/ruff.toml @@ -60,3 +60,5 @@ exclude = [ "tests/test_dotnet_features.py" = ["F401", "F811"] "tests/test_result_document.py" = ["F401", "F811"] "tests/test_dotnetfile_features.py" = ["F401", "F811"] +"tests/_test_proto.py" = ["F401", "F811"] +"tests/_test_result_document.py" = ["F401", "F811"]