diff options
author | 2024-11-23 18:43:19 +0000 | |
---|---|---|
committer | 2024-11-23 18:43:19 +0000 | |
commit | bdaaa2e76d4cb32843754757532ef8d73ac97761 (patch) | |
tree | 1aab1f4a03c2df0b49089b5ae1c7f1e120e0f836 | |
parent | Remove unneeded version specifier in docker compose (diff) |
Remove deprecated ruff rulesv11.5.0
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 69266efe..1ab5a866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ unsafe-fixes = true [tool.ruff.lint] select = ["ALL"] ignore = [ - "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401", + "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", "B904", "C401", "C408", "C901", "COM812", |