Skip to content

Commit e9294b4

Browse files
authored
Merge pull request #19 from crossplane/renovate/ruff-0.x
Update dependency ruff to v0.1.7
2 parents 9a2735f + e825394 commit e9294b4

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.6"]
53+
dependencies = ["ruff==0.1.7"]
5454

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

0 commit comments

Comments
 (0)