Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Allow modern ruff

Signed-off-by: Jakob Schlyter <[email protected]>
  • Loading branch information
jschlyter authored Nov 25, 2024
1 parent a460c70 commit dbb6c05
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 @@ -19,7 +19,7 @@ jsonschema = {extras = ["format"], version = ">=4.22.0"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
ruff = "^0.8.0"
ruff = ">=0.8.0"
pytest-ruff = "^0.4.1"

[build-system]
Expand Down

0 comments on commit dbb6c05

Please sign in to comment.