Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_site
.jekyll-cache
node_modules
vendor
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -28,7 +28,7 @@ repos:
# hooks:
# - id: remove-tabs
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
name: Run codespell
Expand All @@ -43,12 +43,12 @@ repos:
# entry: markdownlint -c .github/linters/.markdown-lint.yml .
# exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: \.html$|^_site/.*$
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check YAML files with yamllint
Expand Down