Skip to content

Commit 60925ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 60925ba

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.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)