Skip to content

Commit aa3e0e2

Browse files
authored
Merge pull request #27 from crossplane/renovate/ruff-0.x
Update dependency ruff to v0.1.11
2 parents 77c2b3d + 39bc3c1 commit aa3e0e2

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.10"]
53+
dependencies = ["ruff==0.1.11"]
5454

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

0 commit comments

Comments
 (0)