Skip to content

Commit c28bac6

Browse files
authored
Merge pull request #89 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.6.9
2 parents 88ae9b9 + 72f831b commit c28bac6

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

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

0 commit comments

Comments
 (0)