Skip to content

Commit 3eb3788

Browse files
pre-commit-ci[bot]adrien-berchet
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.16.0](alessandrojcm/commitlint-pre-commit-hook@v9.13.0...v9.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
1 parent 5b3d5c7 commit 3eb3788

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.8
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16-
rev: v9.13.0
16+
rev: v9.16.0
1717
hooks:
1818
- id: commitlint
1919
stages:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 24.3.0
27+
rev: 24.4.2
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)