Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.6.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.6.0...v2.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2023
1 parent 336533b commit 4063b71
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 @@ -18,15 +18,15 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.6.0
rev: v2.10.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- id: pretty-format-toml
args: [--autofix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.3
hooks:
- id: prettier
files: \.(js|ts|jsx|tsx|css|less|json|markdown|md|scss)$

0 comments on commit 4063b71

Please sign in to comment.