Auto-update pre-commit hooks (#4743)

Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-12-15 09:56:36 +00:00 committed by GitHub
parent ee772f5142
commit 862622d0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.4"
rev: "v4.0.0-alpha.5"
hooks:
- id: prettier
args: ["--tab-width", "2"]
@ -38,7 +38,7 @@ repos:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort

View File

@ -21,7 +21,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.4
rev: v4.0.0-alpha.5
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']
@ -45,7 +45,7 @@ repos:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort