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.
1 parent 0d143d7 commit bf32734Copy full SHA for bf32734
1 file changed
.pre-commit-config.yaml
@@ -78,7 +78,7 @@ repos:
78
79
## Ensure uv lock file is up-to-date
80
- repo: https://github.com/astral-sh/uv-pre-commit
81
- rev: 0.10.10
+ rev: 0.10.12
82
hooks:
83
- id: uv-lock
84
priority: 0
@@ -132,7 +132,7 @@ repos:
132
133
## Python linting using ruff
134
- repo: https://github.com/astral-sh/ruff-pre-commit
135
- rev: v0.15.6
+ rev: v0.15.7
136
137
- id: ruff-format
138
priority: 1
0 commit comments