Skip to content

Commit b56fe12

Browse files
pre-commit autoupdate (pre-commit, mypy, cookie)
1 parent 051ad96 commit b56fe12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
77
- id: debug-statements
8+
89
- repo: https://github.com/astral-sh/ruff-pre-commit
910
rev: v0.3.4
1011
hooks:
@@ -19,7 +20,7 @@ repos:
1920
exclude: docs/examples/
2021

2122
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.9.0
23+
rev: v1.14.1
2324
hooks:
2425
- id: mypy
2526
args: [--strict]
@@ -33,6 +34,6 @@ repos:
3334
- rich
3435

3536
- repo: https://github.com/scientific-python/cookie
36-
rev: 2024.04.23
37+
rev: 2024.08.19
3738
hooks:
3839
- id: sp-repo-review

0 commit comments

Comments
 (0)