Skip to content

Commit 6b044a6

Browse files
chore: drop deprecated ruff rules from config
1 parent 2f428b9 commit 6b044a6

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
@@ -51,7 +51,7 @@ extend-select = [
5151
"F","E", "W",
5252
"UP", "ANN",
5353
]
54-
extend-ignore = ["ANN101", "ANN102", "ANN401"]
54+
extend-ignore = ["ANN401"]
5555

5656
[tool.ruff.lint.extend-per-file-ignores]
5757
"testing/*.py" = ["ANN001", "ANN002", "ANN003", "ANN201", "ANN202","ANN204" ,]

0 commit comments

Comments
 (0)