Skip to content

Commit 1235e5b

Browse files
authored
Merge pull request #1885 from bids-standard/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3892f8e + d348576 commit 1235e5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: check-readthedocs
2626
files: readthedocs.yml
2727
- repo: https://github.com/psf/black
28-
rev: 24.4.2
28+
rev: 24.8.0
2929
hooks:
3030
- id: black
3131
files: ^tools/(?!schemacode)
@@ -45,7 +45,7 @@ repos:
4545
files: tools/schemacode
4646
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
4747
- repo: https://github.com/pyCQA/flake8
48-
rev: 7.1.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8
5151
args: [--config=tools/schemacode/setup.cfg]
@@ -67,7 +67,7 @@ repos:
6767
- id: codespell
6868
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.11.0
70+
rev: v1.11.1
7171
hooks:
7272
- id: mypy
7373
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)