Skip to content

Commit

Permalink
ci(pre-commit): Update pre-commit hooks using pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Aug 11, 2023
1 parent 9002c09 commit 02843f7
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -19,7 +19,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.5
hooks:
- id: codespell
args: [
Expand Down Expand Up @@ -51,10 +51,10 @@ repos:
warnings,
]
- repo: https://github.com/Holzhaus/sourceheaders
rev: v0.0.1
rev: v0.0.4
hooks:
- id: sourceheaders
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
rev: v0.19.1
hooks:
- id: gitlint

0 comments on commit 02843f7

Please sign in to comment.