From 2022171e9cddeef1fff4c3d5bcfca94b8c218c90 Mon Sep 17 00:00:00 2001 From: pivoshenko Date: Sat, 14 Dec 2024 20:47:50 +0000 Subject: [PATCH] chore(ruff): update config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 979d9eb..2676205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ line-length = 100 [tool.ruff.lint] select = ["ALL"] -ignore = ["ANN101", "D202", "FIX002", "I001", "TD003"] +ignore = ["D202", "FIX002", "I001", "TD003"] [tool.ruff.lint.per-file-ignores] "tests/*.*" = ["INP001", "PTH", "S101"]