Skip to content

Commit 9cca07f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent b1b767e commit 9cca07f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,19 @@ repos:
7272
args: [--profile, black]
7373

7474
- repo: https://github.com/psf/black-pre-commit-mirror
75-
rev: 25.11.0
75+
rev: 25.12.0
7676
hooks:
7777
- id: black
7878
args: [--config=pyproject.toml]
7979

8080
- repo: https://github.com/asottile/pyupgrade
81-
rev: v3.21.1
81+
rev: v3.21.2
8282
hooks:
8383
- id: pyupgrade
8484
args: [--py38-plus]
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.18.2
87+
rev: v1.19.0
8888
hooks:
8989
- id: mypy
9090
files: bidspm

0 commit comments

Comments
 (0)