Skip to content

Commit b156412

Browse files
committed
stop ignoring obsolete ruff rules
1 parent 2ccd3ce commit b156412

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ select = [
7070
]
7171
ignore = [
7272
"E501", # line too long
73-
"ANN101", # annotate self
74-
"ANN102", # annotate cls
7573
"ANN401", # ban Any
7674
"PLR0911", # too many returns
7775
"PLR2004", # magic values

0 commit comments

Comments
 (0)