From 1ef0b16f11418f05603ed60cbdb2d5d82c72778d Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:32:33 +0100 Subject: [PATCH] Update ruff.toml --- .github/ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ruff.toml b/.github/ruff.toml index 9407253d..953a177e 100644 --- a/.github/ruff.toml +++ b/.github/ruff.toml @@ -60,4 +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"] +"tests/test_static_freeze.py" = ["F401", "F811"]