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.6](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.6)
- [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 Mar 14, 2023
1 parent 8fc966a commit c0a2f10
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,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,7 +39,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: "v3.0.0-alpha.6"
hooks:
- id: prettier
additional_dependencies:
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 c0a2f10

Please sign in to comment.