Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.9-for-vscode)
- [github.com/google/yapf: v0.32.0 → v0.33.0](google/yapf@v0.32.0...v0.33.0)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.4](codespell-project/codespell@v2.1.0...v2.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Apr 25, 2023
1 parent 8fc966a commit b3e2470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -39,15 +39,15 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
additional_dependencies:
- prettier
- "@prettier/plugin-xml"

- repo: https://github.com/google/yapf
rev: v0.32.0
rev: v0.33.0
hooks:
- id: yapf

Expand All @@ -62,7 +62,7 @@ repos:
args: ["-fallback-style=none", "-i"]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.4
hooks:
- id: codespell
args: ["--write-changes", "--ignore-words=.codespell_words"]
Expand Down

0 comments on commit b3e2470

Please sign in to comment.