Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.10.0...v2.12.0)
- [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.1.0](compilerla/conventional-pre-commit@v2.4.0...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored and joke committed Feb 18, 2024
1 parent e956276 commit 9ba62ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
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.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -19,15 +19,15 @@ repos:
- id: shellcheck
- id: shfmt
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.10.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args:
- --autofix
- --indent
- '2'
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit 9ba62ed

Please sign in to comment.