Skip to content

Commit

Permalink
ci: Ignore Ruff's A005
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jan 16, 2025
1 parent 87b2f18 commit 23bbbf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exclude = [
select = ["ALL"]
ignore = [
"A001", # Variable is shadowing a Python builtin
"A005", # Module shadows a Python standard-library module
"ANN101", # Missing type annotation for self
"ANN102", # Missing type annotation for cls
"ANN204", # Missing return type annotation for special method __str__
Expand Down

0 comments on commit 23bbbf6

Please sign in to comment.