We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5010ea7 commit c933f04Copy full SHA for c933f04
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: mixed-line-ending
18
- id: trailing-whitespace
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.15.12
+ rev: v0.15.13
21
hooks:
22
# Run the linter.
23
- id: ruff
@@ -27,7 +27,7 @@ repos:
27
- id: ruff-format
28
types_or: [python, pyi, jupyter]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.20.2
+ rev: v2.1.0
31
32
- id: mypy
33
exclude: docs/conf.py
@@ -48,7 +48,7 @@ repos:
48
49
- id: nbstripout
50
- repo: https://github.com/woodruffw/zizmor-pre-commit
51
- rev: v1.24.1
+ rev: v1.25.2
52
53
- id: zizmor
54
args: [--fix]
0 commit comments