Skip to content

Commit 9d8a507

Browse files
authored
Merge pull request #62 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.5.5
2 parents 20a9fd7 + 0ef0f74 commit 9d8a507

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)