Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-11-14 02:24:26 +00:00 committed by GitHub
parent f1ddba1067
commit 152fe9d4f8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier
args: ["--tab-width", "2"]

View File

@ -18,7 +18,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']