Skip to content

Commit 6a2f379

Browse files
committed
Remove deprecated ruff rules
1 parent dbd0aec commit 6a2f379

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
@@ -46,7 +46,7 @@ output-format = "concise"
4646
[tool.ruff.lint]
4747
select = ["ANN", "B", "C4", "D", "DTZ", "E", "F", "I", "ISC", "INT", "N", "PGH", "PIE", "Q", "RET", "RSE", "RUF", "S", "SIM", "T20", "TID", "UP", "W"]
4848
ignore = [
49-
"ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401",
49+
"ANN002", "ANN003", "ANN204", "ANN206", "ANN401",
5050
"B904",
5151
"C401", "C408",
5252
"D100", "D104", "D105", "D107", "D203", "D212", "D214", "D215", "D301",

0 commit comments

Comments
 (0)