Merge pull request #104 from crossplane/renovate/ruff-0.x

chore(deps): update dependency ruff to v0.9.0
This commit is contained in:
Bob Haddleton 2025-01-09 23:13:38 -06:00 committed by GitHub
commit 5afe032406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ development = "python function/main.py --insecure --debug"
# This special environment is used by hatch fmt.
[tool.hatch.envs.hatch-static-analysis]
dependencies = ["ruff==0.8.6"]
dependencies = ["ruff==0.9.0"]
config-path = "none" # Disable Hatch's default Ruff config.
[tool.ruff]