Skip to content

Commit 9527a4f

Browse files
committed
pre-commit: Bump versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 02c38be commit 9527a4f

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
@@ -4,18 +4,18 @@ default_language_version:
44
python: python3
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-executables-have-shebangs
1010
- id: check-merge-conflict
1111
- id: check-yaml
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.0.0
15+
rev: 7.1.1
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/psf/black
19-
rev: 23.12.1
19+
rev: 24.10.0
2020
hooks:
2121
- id: black

0 commit comments

Comments
 (0)