Skip to content

Commit

Permalink
Update ruff rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupImDos committed Feb 9, 2025
1 parent 3d44b4a commit d9c42c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ lint.select = [
"RUF", # ruff
]
lint.ignore = [
"A005", # allow shadowing of standard-library modules
"D401", # imperative mood - overly restrictive
"S101", # allow assertions
]
Expand Down

0 comments on commit d9c42c7

Please sign in to comment.