Skip to content

Commit

Permalink
Merge pull request #103 from ikalnytskyi/chore/ruff-0.7
Browse files Browse the repository at this point in the history
Bump Ruff from 0.6.8 to 0.7.*
  • Loading branch information
ikalnytskyi authored Oct 18, 2024
2 parents 729669b + 76e626a commit 7a0a683
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.6.*"]
dependencies = ["ruff == 0.7.*"]
scripts.run = ["ruff check {args:.}", "ruff format --check --diff {args:.}"]

[tool.hatch.envs.type]
Expand Down

0 comments on commit 7a0a683

Please sign in to comment.