Skip to content

Commit

Permalink
Bump pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Oct 14, 2024
1 parent ec39ac1 commit dbaa0c8
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,15 +20,15 @@ repos:
hooks:
- id: gitlint
- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.26.0
hooks:
- id: typos
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: "^tests/Baseline"
Expand All @@ -40,6 +40,6 @@ repos:
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: ["commit"]
stages: ["pre-commit"]

exclude: .github/workflows/release.yml

0 comments on commit dbaa0c8

Please sign in to comment.