Skip to content

Commit

Permalink
bump pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Nov 30, 2023
1 parent 2d0fa32 commit d0b4a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,6 +20,6 @@ repos:
args: [--branch, main, --branch, master, --branch, devel]
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint
rev: "v1.32.0"
rev: "v1.33.0"
hooks:
- id: yamllint

0 comments on commit d0b4a77

Please sign in to comment.