From 1ed8c8257b9e10ff28a990926751a0373f8f6d20 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 6 Oct 2024 10:09:13 +0300 Subject: [PATCH] Update lint configs for tests --- .ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruff.toml b/.ruff.toml index 238e0df..70f5aac 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -25,4 +25,4 @@ keep-runtime-typing = true max-complexity = 25 [lint.per-file-ignores] -"tests/*.py" = ["ANN001", "ANN201", "S101", "SLF001"] +"tests/*.py" = ["ANN001", "ANN201", "ARG001", "PLR2004", "S101", "S311", "SLF001"]