There was an error while loading. Please reload this page.
1 parent ea0d1bf commit 9da1fe2Copy full SHA for 9da1fe2
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
16
# Misc commit checks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.4.0
+ rev: v4.5.0
19
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
20
hooks:
21
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -26,7 +26,7 @@ repos:
26
- id: trailing-whitespace
27
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.2.5
+ rev: v2.2.6
30
31
- id: codespell
32
additional_dependencies:
0 commit comments