Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Dec 8, 2022
1 parent 6825ba3 commit e26f717
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 @@ -8,7 +8,7 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -25,7 +25,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.1.0
rev: v9.3.0
hooks:
- id: commitlint
stages:
Expand All @@ -44,7 +44,7 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.18.4
rev: 0.19.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -56,7 +56,7 @@ repos:
- yaml
# https://reuse.software
- repo: https://github.com/fsfe/reuse-tool
rev: v1.0.0
rev: v1.1.0
hooks:
- id: reuse
- repo: https://github.com/doublify/pre-commit-rust
Expand Down

0 comments on commit e26f717

Please sign in to comment.