Skip to content

Commit dfd3556

Browse files
committed
Remove ANN101 rule ignoring
1 parent a7ee394 commit dfd3556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ line-length = 120
3535
[tool.ruff.lint]
3636
select = ["ALL"]
3737
ignore = [
38-
"ANN101", # Missing type annotation for self in method
3938
"D",
4039
# "D100", # Missing docstring in public module
4140
# "D104", # Missing docstring in public package

0 commit comments

Comments
 (0)