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 c61cd98 commit 87c37aeCopy full SHA for 87c37ae
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0 # Use the ref you want to point at
+ rev: v6.0.0 # Use the ref you want to point at
4
hooks:
5
- id: trailing-whitespace
6
- id: check-ast
@@ -20,12 +20,12 @@ repos:
20
- id: check-toml
21
22
- repo: https://github.com/astral-sh/uv-pre-commit
23
- rev: 0.6.14
+ rev: 0.8.15
24
25
- id: uv-lock
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.11.5
+ rev: v0.12.12
29
30
- id: ruff
31
args: [--fix, --exit-non-zero-on-fix]
@@ -40,7 +40,7 @@ repos:
40
args: []
41
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v1.15.0
+ rev: v1.17.1
44
45
- id: mypy
46
entry: mypy
0 commit comments