Skip to content

Commit 8ea4229

Browse files
authored
pre-commit autoupdate (#148)
1 parent ad19a64 commit 8ea4229

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.jekyll-cache
3+
node_modules
34
vendor

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: identity
1212
- id: check-hooks-apply
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
2828
# hooks:
2929
# - id: remove-tabs
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.2
31+
rev: v2.2.6
3232
hooks:
3333
- id: codespell
3434
name: Run codespell
@@ -43,12 +43,12 @@ repos:
4343
# entry: markdownlint -c .github/linters/.markdown-lint.yml .
4444
# exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: v3.0.0-alpha.4
46+
rev: v4.0.0-alpha.8
4747
hooks:
4848
- id: prettier
4949
exclude: \.html$|^_site/.*$
5050
- repo: https://github.com/adrienverge/yamllint
51-
rev: v1.28.0
51+
rev: v1.35.1
5252
hooks:
5353
- id: yamllint
5454
name: Check YAML files with yamllint

0 commit comments

Comments
 (0)