Skip to content

Commit

Permalink
ANN101 and ANN102 rules are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel authored Jan 14, 2025
1 parent 5f684e5 commit 9889c54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ignore = [
"ANN001", # missing-type-function-argument
"ANN002", # missing-type-args
"ANN003", # missing-type-kwargs
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN201", # missing-return-type-undocumented-public-function
"COM812", # missing-trailing-comma
"ISC001", # single-line-implicit-string-concatenation
Expand Down

0 comments on commit 9889c54

Please sign in to comment.