Skip to content

Commit a50d247

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/hadolint/hadolint: v2.13.1-beta → v2.13.1](hadolint/hadolint@v2.13.1-beta...v2.13.1) - [github.com/pyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent a0d03a3 commit a50d247

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: [miss_hit]
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v5.0.0
40+
rev: v6.0.0
4141
hooks:
4242
- id: trailing-whitespace
4343
- id: end-of-file-fixer
@@ -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,20 +78,20 @@ 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.1
8888
hooks:
8989
- id: mypy
9090
files: bidspm
9191
args: [--config-file, pyproject.toml]
9292

9393
- repo: https://github.com/hadolint/hadolint
94-
rev: v2.13.1-beta
94+
rev: v2.13.1
9595
hooks:
9696
- id: hadolint-docker
9797
name: Lint Dockerfiles
@@ -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)