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 5e84ec2 + b57c671 commit 2b350f8Copy full SHA for 2b350f8
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.6.3"]
+dependencies = ["ruff==0.6.4"]
56
57
[tool.hatch.envs.lint.scripts]
58
check = "ruff check function tests && ruff format --diff function tests"
0 commit comments