Skip to content

Commit

Permalink
pyproject.toml: Always use latest ruff
Browse files Browse the repository at this point in the history
ruff is now a lot more stable than in the beginning, and since we're inclined to forget updating these things let's just use the latest version of ruff.

We will notice it automatically when they adopt a new convention.
  • Loading branch information
EwoutH authored and rht committed Aug 14, 2024
1 parent 4bd9c80 commit 2077927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dynamic = ["version"]

[project.optional-dependencies]
dev = [
"ruff~=0.1.1", # Update periodically
"ruff",
"coverage",
"pytest >= 4.6",
"pytest-cov",
Expand Down

0 comments on commit 2077927

Please sign in to comment.