We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a7d824 + 38ed963 commit b1d9a3fCopy full SHA for b1d9a3f
pyproject.toml
@@ -52,7 +52,7 @@ development = "python function/main.py --insecure --debug"
52
type = "virtual"
53
detached = true
54
path = ".venv-lint"
55
-dependencies = ["ruff==0.11.5"]
+dependencies = ["ruff==0.12.7"]
56
57
[tool.hatch.envs.lint.scripts]
58
check = "ruff check function tests && ruff format --diff function tests"
0 commit comments