Skip to content

Commit

Permalink
Merge pull request #55 from crossplane/renovate/ruff-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ruff to v0.3.5
  • Loading branch information
bobh66 authored Apr 1, 2024
2 parents 579ae97 + aac80f5 commit 6e8530c
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.3.4"]
dependencies = ["ruff==0.3.5"]

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

0 comments on commit 6e8530c

Please sign in to comment.