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.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
- [github.com/google/yapf: v0.32.0 → v0.40.2](google/yapf@v0.32.0...v0.40.2)
- [github.com/codespell-project/codespell: v2.1.0 → v2.2.6](codespell-project/codespell@v2.1.0...v2.2.6)
  • Loading branch information
pre-commit-ci[bot] authored Oct 9, 2023
1 parent 8fc966a commit 82c3c70
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.5.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.3"
hooks:
- id: prettier
additional_dependencies:
- prettier
- "@prettier/plugin-xml"

- repo: https://github.com/google/yapf
rev: v0.32.0
rev: v0.40.2
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.6
hooks:
- id: codespell
args: ["--write-changes", "--ignore-words=.codespell_words"]
Expand Down

0 comments on commit 82c3c70

Please sign in to comment.