Auto-update pre-commit hooks (#4749)

Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-02 11:49:06 +00:00 committed by GitHub
parent 8bedaf2d2b
commit 3183062d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 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.5"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
args: ["--tab-width", "2"]
@ -33,7 +33,7 @@ repos:
exclude: hooks/
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black

View File

@ -21,7 +21,7 @@ repos:
- id: detect-private-key
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.5
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ['--tab-width', '2', '--single-quote']
@ -40,7 +40,7 @@ repos:
args: [--py311-plus]
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
@ -55,7 +55,7 @@ repos:
- id: flake8
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0
rev: v1.34.1
hooks:
- id: djlint-reformat-django
- id: djlint-django