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 00d1386 commit b2abcbfCopy full SHA for b2abcbf
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-added-large-files
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.15.10
+ rev: v0.15.13
15
hooks:
16
- id: ruff
17
args: ["--output-format=concise"]
@@ -20,7 +20,7 @@ repos:
20
name: "format with ruff"
21
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.20.0 # Use the sha / tag you want to point at
+ rev: v2.1.0 # Use the sha / tag you want to point at
24
25
- id: mypy
26
name: "run mypy"
@@ -31,7 +31,7 @@ repos:
31
32
- repo: https://github.com/astral-sh/uv-pre-commit
33
# uv version.
34
- rev: 0.11.6
+ rev: 0.11.14
35
36
# Update the uv lockfile
37
- id: uv-lock
0 commit comments