diff options
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 310a6dc..6689ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ output-format = "concise"  [tool.ruff.lint]  select = ["ALL"]  ignore = [ -    "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401", +    "ANN002", "ANN003", "ANN204", "ANN206", "ANN401",      "B904",      "C401", "C408",      "CPY001",  |