Skip to content

Commit

Permalink
Make a bid to fix UP031 errors
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
Signed-off-by: Akashdeep <akashdeep.dhar@gmail.com>
  • Loading branch information
gridhead committed May 6, 2024
1 parent 01c70c8 commit dcbbe43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ fix = true
[tool.ruff.lint]
select = ["E", "F", "W", "I", "S", "B", "UP"]

[tool.ruff.lint.per-file-ignores]
"test/*" = ["UP031"]

[tool.black]
line-length = 100

Expand Down

0 comments on commit dcbbe43

Please sign in to comment.