From 7e18eeddbaef3cd862c9b459aac708a128ef3b1d Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Tue, 11 Jul 2023 14:33:19 +0100 Subject: [PATCH] update ruff.toml --- .github/ruff.toml | 2 ++ 1 file changed, 2 insertions(+) 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"]