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.
1 parent d2be1aa commit e2f1438Copy full SHA for e2f1438
pyproject.toml
@@ -50,14 +50,14 @@ development = "python function/main.py --insecure --debug"
50
51
# This special environment is used by hatch fmt.
52
[tool.hatch.envs.hatch-static-analysis]
53
-dependencies = ["ruff==0.12.7"]
+dependencies = ["ruff==0.12.9"]
54
config-path = "none" # Disable Hatch's default Ruff config.
55
56
[tool.hatch.envs.lint]
57
type = "virtual"
58
detached = true
59
path = ".venv-lint"
60
61
62
[tool.hatch.envs.lint.scripts]
63
check = "ruff check function tests && ruff format --diff function tests"
0 commit comments