Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Dec 23, 2024
1 parent f716dd0 commit 94be229
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ include = [

[tool.ruff.lint]
ignore = [
"A002", # shadowing built-in
"ANN101", # missing type annotation for self in method
"ANN102", # missing type annotation for cls in classmethod
"A002", # shadowing built-in name
"A004", # shadowing built-in
"ANN202", # missing return type for private method
"ANN401", # typing.Any usage
"D203", # 1 blank line required before class docstring
Expand Down

0 comments on commit 94be229

Please sign in to comment.