Skip to content

Commit

Permalink
pre-commit autoupdate (& fixing typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Mar 17, 2023
1 parent a57a6fa commit 60d28eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: pretty-format-json
args: [--autofix, --top-keys=version]
- id: check-yaml
type: [file]
types: [file]
files: \.(yaml|yml|clang-format)
- id: detect-private-key
- id: check-merge-conflict
Expand All @@ -24,11 +24,11 @@ repos:
- id: remove-tabs
args: [--whitespaces-count, '4']
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.6.0
rev: v2.7.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
type: [file]
types: [file]
files: \.(yaml|yml|clang-format)
- repo: https://github.com/tdegeus/cpp_comment_format
rev: v0.2.0
Expand Down

0 comments on commit 60d28eb

Please sign in to comment.