Skip to content

Commit 8b30931

Browse files
authored
Merge pull request #6 from bids-apps/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents dee75a5 + 8a1f240 commit 8b30931

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -33,18 +33,18 @@ repos:
3333
entry: ghcr.io/hadolint/hadolint hadolint
3434

3535
- repo: https://github.com/psf/black
36-
rev: 23.11.0
36+
rev: 24.4.0
3737
hooks:
3838
- id: black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.0
41+
rev: v3.15.2
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 6.1.0
47+
rev: 7.0.0
4848
hooks:
4949
- id: flake8
5050

0 commit comments

Comments
 (0)