Skip to content

Commit c933f04

Browse files
fschuchgithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 5010ea7 commit c933f04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.12
20+
rev: v0.15.13
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -27,7 +27,7 @@ repos:
2727
- id: ruff-format
2828
types_or: [python, pyi, jupyter]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.20.2
30+
rev: v2.1.0
3131
hooks:
3232
- id: mypy
3333
exclude: docs/conf.py
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: nbstripout
5050
- repo: https://github.com/woodruffw/zizmor-pre-commit
51-
rev: v1.24.1
51+
rev: v1.25.2
5252
hooks:
5353
- id: zizmor
5454
args: [--fix]

0 commit comments

Comments
 (0)