Skip to content

Commit b57a5cc

Browse files
authored
Merge pull request #97 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.6.9
2 parents c359461 + e6638d2 commit b57a5cc

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
@@ -47,7 +47,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=.
4747
type = "virtual"
4848
detached = true
4949
path = ".venv-lint"
50-
dependencies = ["ruff==0.6.8"]
50+
dependencies = ["ruff==0.6.9"]
5151

5252
[tool.hatch.envs.lint.scripts]
5353
check = "ruff format crossplane tests && ruff check --fix crossplane tests"

0 commit comments

Comments
 (0)