Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2023-12-23 02:23:42 +00:00 committed by GitHub
parent cd3fb867cf
commit 3484d9017e
2 changed files with 5 additions and 5 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: "v4.0.0-alpha.5" rev: "v4.0.0-alpha.8"
hooks: hooks:
- id: prettier - id: prettier
args: ["--tab-width", "2"] args: ["--tab-width", "2"]
@ -33,7 +33,7 @@ repos:
exclude: hooks/ exclude: hooks/
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.12.0 rev: 23.12.1
hooks: hooks:
- id: black - id: black

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: v4.0.0-alpha.5 rev: v4.0.0-alpha.8
hooks: hooks:
- id: prettier - id: prettier
args: ['--tab-width', '2', '--single-quote'] args: ['--tab-width', '2', '--single-quote']
@ -40,7 +40,7 @@ repos:
args: [--py311-plus] args: [--py311-plus]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.12.0 rev: 23.12.1
hooks: hooks:
- id: black - id: black
@ -55,7 +55,7 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/Riverside-Healthcare/djLint - repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.0 rev: v1.34.1
hooks: hooks:
- id: djlint-reformat-django - id: djlint-reformat-django
- id: djlint-django - id: djlint-django