Skip to content

Commit

Permalink
Fix with ruff >= 0.5.0
Browse files Browse the repository at this point in the history
Invoke ruff properly:
https://astral.sh/blog/ruff-v0.5.0#removed-deprecated-features

Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Jul 3, 2024
1 parent 6b3c5ca commit 0b0dc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands =
deps =
ruff
commands =
ruff .
ruff check .

[flake8]
max-line-length = 100

0 comments on commit 0b0dc95

Please sign in to comment.