Skip to content

Commit

Permalink
chore: update pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Oct 2, 2024
1 parent 038144c commit 2043b4f
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 @@ -36,8 +36,8 @@ repos:
hooks:
- id: codespell

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -47,7 +47,7 @@ repos:
hooks:
- id: blacken-docs
args: ["-E"]
additional_dependencies: [black~=23.11]
additional_dependencies: [black~=24.0]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down

0 comments on commit 2043b4f

Please sign in to comment.