Skip to content

Commit 240de29

Browse files
authored
Merge pull request #41 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.3.4
2 parents ba13247 + 7041a31 commit 240de29

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.3"]
54+
dependencies = ["ruff==0.3.4"]
5555

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

0 commit comments

Comments
 (0)