Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-12-07 09:18:49 +00:00 committed by GitHub
parent 681950083c
commit 846be17ea8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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