Skip to content

Commit 9157fbc

Browse files
committed
remove ruff ignores for rules that don't exist anymore
1 parent fa3808f commit 9157fbc

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
@@ -101,8 +101,6 @@ lint.ignore = [
101101
"D401", # First line should be in imperative mood
102102
"D104", # Missing docstring in public package
103103
"D100", # Missing docstring in public module
104-
"ANN102", # Missing type annotation for self in method
105-
"ANN101", # Missing type annotation for argument
106104
"ANN401", # typing.Any are disallowed in `**kwargs
107105
"PLR0913", # Too many arguments for function call
108106
"D106", # Missing docstring in public nested class

0 commit comments

Comments
 (0)