Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.1)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
- [github.com/jorisroovers/gitlint: v0.19.0dev → v0.19.1](jorisroovers/gitlint@v0.19.0dev...v0.19.1)
- [github.com/adrienverge/yamllint: v1.29.0 → v1.31.0](adrienverge/yamllint@v1.29.0...v1.31.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.6.0 → v0.7.0](DavidAnson/markdownlint-cli2@v0.6.0...v0.7.0)
- [github.com/vimjas/vint: v0.4a4 → v0.4a3](Vimjas/vint@v0.4a4...v0.4a3)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent 423f183 commit 9f7d811
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ repos:
- id: check-toml
- id: check-json
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-crlf
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.0dev
rev: v0.19.1
hooks:
- id: gitlint
args:
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
- repo: https://github.com/executablebooks/mdformat
Expand All @@ -63,13 +63,13 @@ repos:
- mdformat-black
- mdformat-config
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.6.0
rev: v0.7.0
hooks:
- id: markdownlint-cli2
additional_dependencies:
- [email protected]
- repo: https://github.com/vimjas/vint
rev: v0.4a4
rev: v0.4a3
hooks:
- id: vint
- repo: https://github.com/google/vimdoc
Expand Down

0 comments on commit 9f7d811

Please sign in to comment.