Skip to content

Commit c866e13

Browse files
authored
Merge pull request #43 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.3.5
2 parents f4577dc + e2976d4 commit c866e13

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
@@ -51,7 +51,7 @@ development = "python function/main.py --insecure --debug"
5151
type = "virtual"
5252
detached = true
5353
path = ".venv-lint"
54-
dependencies = ["ruff==0.3.4"]
54+
dependencies = ["ruff==0.3.5"]
5555

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

0 commit comments

Comments
 (0)