Skip to content

Commit 0ef0f74

Browse files
chore(deps): update dependency ruff to v0.5.5
1 parent 20a9fd7 commit 0ef0f74

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
@@ -51,7 +51,7 @@ development = "python function/main.py --insecure --debug"
5151
type = "virtual"
5252
detached = true
5353
path = ".venv-lint"
54-
dependencies = ["ruff==0.5.3"]
54+
dependencies = ["ruff==0.5.5"]
5555

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

0 commit comments

Comments
 (0)