Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#153)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3)

* Add prettier dependency

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Cristiano Nicolai <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and cristianonicolai authored Dec 5, 2023
1 parent 3a00aef commit 1bd2526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.1.0
rev: v4.0.0-alpha.3
hooks:
- id: prettier
always_run: true
additional_dependencies:
- prettier
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit 1bd2526

Please sign in to comment.