Skip to content

Commit

Permalink
added another ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Sep 29, 2024
1 parent 3aad574 commit 50d8751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ignore = [
"B018", # useless expression; sometimes it is needed
"B905", # zip without explicit strict=True. It should be good practice but for prototyping and code readibility it can just be debugged honestly
"B008", # function call as default argument. Again, common sense should apply here that the function call only runs once
"B007", # unused loop variables. This is ok stylistically
"B006", # mutable argument as default argument. I GET IT; it's only called once. However, there are edge cases where the rule must be broken
]

Expand Down

0 comments on commit 50d8751

Please sign in to comment.