Skip to content

Commit

Permalink
Merge pull request #22 from crossplane/renovate/ruff-0.x
Browse files Browse the repository at this point in the history
Update dependency ruff to v0.1.9
  • Loading branch information
bobh66 authored Dec 22, 2023
2 parents 1e63db2 + cce2c94 commit 26e022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=.
type = "virtual"
detached = true
path = ".venv-lint"
dependencies = ["ruff==0.1.7"]
dependencies = ["ruff==0.1.9"]

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

0 comments on commit 26e022d

Please sign in to comment.