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 fadda7f commit 11c20ff
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 @@ -47,8 +47,6 @@ target-version = "py38"
[tool.ruff.lint]
ignore = [
"ANN001", # missing-type-function-argument
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN201", # missing-return-type-undocumented-public-function
"ANN202", # missing-return-type-private-function
"COM812", # missing-trailing-comma
Expand Down

0 comments on commit 11c20ff

Please sign in to comment.