Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 8e4f43b commit 7c4fc33
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 @@ -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.6.3"]
dependencies = ["ruff==0.6.5"]

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

0 comments on commit 7c4fc33

Please sign in to comment.