Skip to content

Commit 3def145

Browse files
authored
Merge pull request #68 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.6.0
2 parents 2753c80 + 0fa3c5a commit 3def145

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.5.7"]
55+
dependencies = ["ruff==0.6.0"]
5656

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

0 commit comments

Comments
 (0)