Merge pull request #34 from crossplane/renovate/ruff-0.x

Update dependency ruff to v0.1.13
This commit is contained in:
Nic Cope 2024-01-12 16:01:12 -08:00 committed by GitHub
commit c05a20bfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=.
type = "virtual"
detached = true
path = ".venv-lint"
dependencies = ["ruff==0.1.11"]
dependencies = ["ruff==0.1.13"]
[tool.hatch.envs.lint.scripts]
check = "ruff check crossplane tests && ruff format --diff crossplane tests"