Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default_stages: [commit]
default_stages: [pre-commit]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: check-added-large-files
Expand All @@ -16,16 +16,16 @@ repos:
exclude: '^tests/.*\.vim'
args: ["--fix=no"]
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint
args: ["--ignore=body-is-missing", "--contrib=contrib-title-conventional-commits", "--msg-filename"]
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.13.1
rev: v2.0.2
hooks:
- id: stylua
- repo: local
Expand All @@ -36,7 +36,7 @@ repos:
language: fail
files: '[a-z0-9_/]*[^a-z0-9_/]+[a-z0-9_]*\.lua$'
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.43.0
hooks:
- id: markdownlint
args:
Expand Down
Loading