[pre-commit.ci] pre-commit autoupdate (#1169)

This commit is contained in:
pre-commit-ci[bot]
2024-05-11 09:59:08 +02:00
committed by GitHub
parent 133ed74877
commit f6ebfef6cd
3 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args:
@@ -9,7 +9,7 @@ repos:
- '--trailing-comma=all'
exclude: &build 'CookieMonster(Dev)?.js(.map)?'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: *build