aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-12-21 15:22:07 +0000
committerGravatar Chris Lovering <[email protected]>2024-12-21 15:22:07 +0000
commitc035201968f1681ea568d74c9f5998f15c8d5a52 (patch)
treeb3d536a0dabb05aa0935ea53e4d2e495da06e9df
parentBump deps to latest (diff)
Remove unneeded ingore rules as they are removed
-rw-r--r--pyproject.toml2
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",