aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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",