We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1d9b8 commit f61e866Copy full SHA for f61e866
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
24
# Misc commit checks
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v4.5.0
+ rev: v4.6.0
27
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
28
hooks:
29
# Autoformat: Makes sure files end in a newline and only a newline.
@@ -34,6 +34,6 @@ repos:
34
- id: trailing-whitespace
35
36
- repo: https://github.com/codespell-project/codespell
37
- rev: v2.2.6
+ rev: v2.3.0
38
39
- id: codespell
0 commit comments