We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb8b1f + 2b8e7f9 commit 77c2b3dCopy full SHA for 77c2b3d
pyproject.toml
@@ -50,7 +50,7 @@ protoc = "python -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=.
50
type = "virtual"
51
detached = true
52
path = ".venv-lint"
53
-dependencies = ["ruff==0.1.9"]
+dependencies = ["ruff==0.1.10"]
54
55
[tool.hatch.envs.lint.scripts]
56
check = "ruff check crossplane tests && ruff format --diff crossplane tests"
0 commit comments