Skip to content

Commit af662b0

Browse files
CI: Update pre-commit hook versions
1 parent 51eca82 commit af662b0

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
@@ -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.0.0
16+
rev: v9.1.0
1717
hooks:
1818
- id: commitlint
1919
stages:
@@ -24,11 +24,11 @@ repos:
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 22.6.0
27+
rev: 22.10.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.1.0
31+
rev: v2.2.2
3232
hooks:
3333
- id: codespell
3434
args: ["-x", ".codespellignorelines"]

0 commit comments

Comments
 (0)