Skip to content

Commit

Permalink
Use ruff 0.1.* instead of pinned one
Browse files Browse the repository at this point in the history
Ruff uses a custom versioning scheme that uses the minor version number
for breaking changes and the patch version number for bug fixes.
  • Loading branch information
ikalnytskyi committed Dec 7, 2023
1 parent ebc391a commit e2f41bf
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 @@ -40,7 +40,7 @@ scripts.run = "python -m pytest --strict-markers {args:-vv}"

[tool.hatch.envs.lint]
detached = true
dependencies = ["ruff == 0.1.6"]
dependencies = ["ruff == 0.1.*"]
scripts.run = ["ruff check {args:.}", "ruff format --check --diff {args:.}"]

[tool.hatch.envs.docs]
Expand Down

0 comments on commit e2f41bf

Please sign in to comment.