Skip to content

Commit 83e5d09

Browse files
Update dependency ruff to v0.12.2
1 parent 81e7264 commit 83e5d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ development = "python function/main.py --insecure --debug"
5252
type = "virtual"
5353
detached = true
5454
path = ".venv-lint"
55-
dependencies = ["ruff==0.11.5"]
55+
dependencies = ["ruff==0.12.2"]
5656

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

0 commit comments

Comments
 (0)