Skip to content

Commit

Permalink
Disable ruff rule COM812
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Jun 20, 2024
1 parent 4513c2c commit b77ab1e
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 @@ -134,6 +134,7 @@ select = [
"YTT",
]
ignore = [
"COM812", # requires trailing commas and can cause undesirable reformats when calling `poe format` multiple times
"E501", # line too long. black does a good enough job
"E741", # variable names like "l". this isn't a huge problem
"B008", # do not perform function calls in argument defaults. we do this sometimes
Expand Down

0 comments on commit b77ab1e

Please sign in to comment.