Skip to content

Commit 09733e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.0](pre-commit/mirrors-mypy@v1.15.0...v1.17.0) - [github.com/pyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent a0d03a3 commit 09733e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
args: [--autofix, --no-sort-keys]
4949

5050
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
51-
rev: v2.14.0
51+
rev: v2.15.0
5252
hooks:
5353
- id: pretty-format-toml
5454
args: [--autofix, --indent, '4']
@@ -78,13 +78,13 @@ repos:
7878
args: [--config=pyproject.toml]
7979

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

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.15.0
87+
rev: v1.17.0
8888
hooks:
8989
- id: mypy
9090
files: bidspm
@@ -114,7 +114,7 @@ repos:
114114
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
115115
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
116116
- repo: https://github.com/pyCQA/flake8
117-
rev: 7.2.0
117+
rev: 7.3.0
118118
hooks:
119119
- id: flake8
120120
args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]

0 commit comments

Comments
 (0)