Skip to content

Commit 607150f

Browse files
committed
Remove unused ignores
1 parent 70e1da7 commit 607150f

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
@@ -74,8 +74,6 @@ ignore = [
7474
"ANN001", # Missing type annotation for function argument
7575
"ANN002", # Missing type annotation for `*args`
7676
"ANN003", # Missing type annotation for `**kwargs`
77-
"ANN101", # Missing type annotation for self in method
78-
"ANN102", # Missing type annotation for cls in classmethod
7977
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in {name}
8078
"W191", # Indentation contains tabs
8179
"UP037", # Remove quotes from type annotation

0 commit comments

Comments
 (0)