Skip to content

Commit bdaaa2e

Browse files
committed
Remove deprecated ruff rules
1 parent 2ab6ffe commit bdaaa2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ unsafe-fixes = true
8787
[tool.ruff.lint]
8888
select = ["ALL"]
8989
ignore = [
90-
"ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401",
90+
"ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
9191
"B904",
9292
"C401", "C408", "C901",
9393
"COM812",

0 commit comments

Comments
 (0)