Skip to content

Commit e2f1438

Browse files
Update dependency ruff to v0.12.9
1 parent d2be1aa commit e2f1438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ development = "python function/main.py --insecure --debug"
5050

5151
# This special environment is used by hatch fmt.
5252
[tool.hatch.envs.hatch-static-analysis]
53-
dependencies = ["ruff==0.12.7"]
53+
dependencies = ["ruff==0.12.9"]
5454
config-path = "none" # Disable Hatch's default Ruff config.
5555

5656
[tool.hatch.envs.lint]
5757
type = "virtual"
5858
detached = true
5959
path = ".venv-lint"
60-
dependencies = ["ruff==0.12.7"]
60+
dependencies = ["ruff==0.12.9"]
6161

6262
[tool.hatch.envs.lint.scripts]
6363
check = "ruff check function tests && ruff format --diff function tests"

0 commit comments

Comments
 (0)