Skip to content

Commit 2aeffd3

Browse files
CI: Bump pre-commit hook versions
1 parent 2e556ea commit 2aeffd3

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
14-
rev: v9.17.0
14+
rev: v9.18.0
1515
hooks:
1616
- id: commitlint
1717
stages:
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.8.0
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)