Skip to content

Commit 39bc3c1

Browse files
Update dependency ruff to v0.1.11
1 parent 77c2b3d commit 39bc3c1

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)