Skip to content

Commit

Permalink
Merge pull request #31 from crossplane/renovate/ruff-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ruff to v0.2.2
  • Loading branch information
negz authored Feb 21, 2024
2 parents 93918ff + 49d5747 commit 90253e3
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 @@ -51,7 +51,7 @@ development = "python function/main.py --insecure --debug"
type = "virtual"
detached = true
path = ".venv-lint"
dependencies = ["ruff==0.1.15"]
dependencies = ["ruff==0.2.2"]

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

0 comments on commit 90253e3

Please sign in to comment.