We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729669b + 76e626a commit 7a0a683Copy full SHA for 7a0a683
1 file changed
pyproject.toml
@@ -40,7 +40,7 @@ scripts.run = "python -m pytest --strict-markers {args:-vv}"
40
41
[tool.hatch.envs.lint]
42
detached = true
43
-dependencies = ["ruff == 0.6.*"]
+dependencies = ["ruff == 0.7.*"]
44
scripts.run = ["ruff check {args:.}", "ruff format --check --diff {args:.}"]
45
46
[tool.hatch.envs.type]
0 commit comments