Skip to content

Commit

Permalink
Remove obsolete ANN101
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5424 authored Dec 13, 2024
1 parent 2f46432 commit eafea0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ lint.select = ["ALL"]
lint.ignore = [
"ANN002", # Missing type annotation for `*args`
"ANN003", # Missing type annotation for `**kwargs`
"ANN101", # Missing type annotation for self in method
"C901", # Function is too complex
"ERA001", # Found commented-out code
"FIX002", # Line contains TODO, consider resolving the issue
Expand Down

0 comments on commit eafea0d

Please sign in to comment.