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.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.6.0...v2.9.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent 336533b commit a49fd80
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.9.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.0
hooks:
- id: prettier
files: \.(js|ts|jsx|tsx|css|less|json|markdown|md|scss)$

0 comments on commit a49fd80

Please sign in to comment.