Skip to content

Commit f067594

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 0093f1e commit f067594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ repos:
7878
args: [--config=pyproject.toml]
7979

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

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

0 commit comments

Comments
 (0)