We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69a4847 + c5251b3 commit f97572bCopy full SHA for f97572b
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: debug-statements
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
# Ruff version.
9
- rev: v0.12.7
+ rev: v0.12.8
10
11
# Run the linter.
12
- id: ruff
@@ -32,6 +32,6 @@ repos:
32
args: ['--extra-keys="metadata.kernelspec"']
33
- repo: https://github.com/astral-sh/uv-pre-commit
34
# uv version.
35
- rev: 0.8.4
+ rev: 0.8.8
36
37
- id: uv-lock
0 commit comments