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