chore: update prettier (#2405)

update to new prettier version with some new formatting
This commit is contained in:
dni ⚡ 2024-04-12 09:00:31 +02:00 committed by GitHub
parent adb8f9bdec
commit 8aef6cd416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 13 deletions

View file

@ -23,7 +23,7 @@ repos:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: '50c5478ed9e10bf360335449280cf2a67f4edb7a'
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
types_or: [css, javascript, html, json]