Skip to content

Commit

Permalink
Update pre-commit hooks (slowtec#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Apr 23, 2024
1 parent b9b8065 commit a1feab1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -25,13 +25,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.16.0
hooks:
- id: commitlint
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.12.1
rev: v0.13.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/shellcheck-py/shellcheck-py
Expand All @@ -44,7 +44,7 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0
rev: 0.28.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -57,7 +57,7 @@ repos:
- markdown
# https://reuse.software
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1
rev: v3.0.2
hooks:
- id: reuse
- repo: https://github.com/doublify/pre-commit-rust
Expand Down

0 comments on commit a1feab1

Please sign in to comment.