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/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3)
- [github.com/google/yapf: v0.33.0 → v0.40.2](google/yapf@v0.33.0...v0.40.2)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2023
1 parent 285251a commit 6320bd3
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 @@ -53,7 +53,7 @@ repos:
stages: [commit, merge-commit, push, manual]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.9-for-vscode"
rev: "v3.0.3"
hooks:
- id: prettier
stages: [commit, merge-commit, push, manual]
Expand All @@ -62,7 +62,7 @@ repos:
- "@prettier/plugin-xml"

- repo: https://github.com/google/yapf
rev: v0.33.0
rev: v0.40.2
hooks:
- id: yapf
stages: [commit, merge-commit, push, manual]
Expand All @@ -79,7 +79,7 @@ repos:
stages: [commit, merge-commit, push, manual]

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

0 comments on commit 6320bd3

Please sign in to comment.