Skip to content

Commit 7617736

Browse files
committed
Remove deprecated ruff rules
1 parent e12c093 commit 7617736

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
@@ -112,8 +112,6 @@ select = [
112112
ignore = [
113113
"ANN002", # Missing type annotation for *args
114114
"ANN003", # Missing type annotation for **kwargs
115-
"ANN101", # Missing type annotation for self in method
116-
"ANN102", # Missing type annotation for cls in classmethod
117115
"ANN204", # Missing return type annotation for special method
118116
"B904", # Exception raised within try-except should use raise ... from exc
119117
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`

0 commit comments

Comments
 (0)