Skip to content

Commit 60fcd17

Browse files
[pre-commit.ci] pre-commit autoupdate (#1232)
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/MarcoGorelli/auto-walrus: 0.3.3 → 0.3.4](MarcoGorelli/auto-walrus@0.3.3...0.3.4) - [github.com/hadolint/hadolint: v2.12.1-beta → v2.13.0-beta](hadolint/hadolint@v2.12.1-beta...v2.13.0-beta) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 680391f commit 60fcd17

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
@@ -56,7 +56,7 @@ repos:
5656
args: [--profile, black]
5757

5858
- repo: https://github.com/psf/black
59-
rev: 24.4.0
59+
rev: 24.4.2
6060
hooks:
6161
- id: black
6262
args: [--config=pyproject.toml]
@@ -79,15 +79,15 @@ repos:
7979
- id: flynt
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.9.0
82+
rev: v1.10.0
8383
hooks:
8484
- id: mypy
8585
additional_dependencies: [types-all]
8686
files: bidspm
8787
args: [--config-file, pyproject.toml]
8888

8989
- repo: https://github.com/MarcoGorelli/auto-walrus
90-
rev: 0.3.3
90+
rev: 0.3.4
9191
hooks:
9292
- id: auto-walrus
9393

@@ -98,7 +98,7 @@ repos:
9898
args: [--mapping, '2', --sequence, '2', --offset, '0']
9999

100100
- repo: https://github.com/hadolint/hadolint
101-
rev: v2.12.1-beta
101+
rev: v2.13.0-beta
102102
hooks:
103103
- id: hadolint-docker
104104
name: Lint Dockerfiles

0 commit comments

Comments
 (0)