Skip to content

Commit 26e022d

Browse files
authored
Merge pull request #22 from crossplane/renovate/ruff-0.x
Update dependency ruff to v0.1.9
2 parents 1e63db2 + cce2c94 commit 26e022d

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
@@ -50,7 +50,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=.
5050
type = "virtual"
5151
detached = true
5252
path = ".venv-lint"
53-
dependencies = ["ruff==0.1.7"]
53+
dependencies = ["ruff==0.1.9"]
5454

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

0 commit comments

Comments
 (0)