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/crate-ci/typos: typos-dict-v0.9.14 → v1.14.4](crate-ci/typos@typos-dict-v0.9.14...v1.14.4)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.6.0 → v2.8.0](macisamuele/language-formatters-pre-commit-hooks@v2.6.0...v2.8.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
  • Loading branch information
pre-commit-ci[bot] authored Apr 4, 2023
1 parent a52cdee commit 6ebe280
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 @@ -18,20 +18,20 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.9.14
rev: v1.14.4
hooks:
- id: typos

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.6.0
rev: v2.8.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-alpha.6
hooks:
- id: prettier
files: \.(js|ts|jsx|tsx|css|less|json|markdown|md|scss)$

0 comments on commit 6ebe280

Please sign in to comment.