Skip to content

Commit

Permalink
Ignore UP038: it makes code slower and more verbose
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
hugovk and AlexWaygood authored Nov 24, 2023
1 parent 5b0381b commit 3eb6753
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 @@ -72,6 +72,7 @@ extend-ignore = [
"E221", # Multiple spaces before operator
"E226", # Missing whitespace around arithmetic operator
"E241", # Multiple spaces after ','
"UP038", # makes code slower and more verbose
]

[tool.pylint.variables]
Expand Down

0 comments on commit 3eb6753

Please sign in to comment.