Skip to content

Commit 7a0a683

Browse files
authored
Merge pull request #103 from ikalnytskyi/chore/ruff-0.7
Bump Ruff from 0.6.8 to 0.7.*
2 parents 729669b + 76e626a commit 7a0a683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ scripts.run = "python -m pytest --strict-markers {args:-vv}"
4040

4141
[tool.hatch.envs.lint]
4242
detached = true
43-
dependencies = ["ruff == 0.6.*"]
43+
dependencies = ["ruff == 0.7.*"]
4444
scripts.run = ["ruff check {args:.}", "ruff format --check --diff {args:.}"]
4545

4646
[tool.hatch.envs.type]

0 commit comments

Comments
 (0)