Skip to content

Commit 3025ba9

Browse files
committed
ci(pre-commit): Update hooks
1 parent 3b15210 commit 3025ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.3.0
5+
rev: v5.0.0
66
hooks:
77
- id: fix-byte-order-marker
88
- id: check-case-conflict
@@ -14,7 +14,7 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v1.17.1
17+
rev: v2.3.0
1818
hooks:
1919
- id: codespell
2020
args: [ --ignore-words=.codespellignore ]

0 commit comments

Comments
 (0)