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/DavidAnson/markdownlint-cli2: v0.6.0 → v0.7.0](DavidAnson/markdownlint-cli2@v0.6.0...v0.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent 295021c commit de56d16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Down Expand Up @@ -59,7 +59,7 @@ 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:
Expand Down

0 comments on commit de56d16

Please sign in to comment.