Skip to content

Commit dcbfbe8

Browse files
committed
Remove deprecated ruff rules
1 parent 3b37233 commit dcbfbe8

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
@@ -75,7 +75,7 @@ unsafe-fixes = true
7575
[tool.ruff.lint]
7676
select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]
7777
ignore = [
78-
"ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401",
78+
"ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
7979
"B904",
8080
"C401", "C408",
8181
"D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301",

0 commit comments

Comments
 (0)