[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.4)
This commit is contained in:
pre-commit-ci[bot]
2023-12-11 21:21:13 +00:00
committed by GitHub
parent 7a0b6bd47c
commit 363ed28850
+2 -2
View File
@@ -14,11 +14,11 @@ repos:
# - id: check-added-large-files
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.3' # Use the sha / tag you want to point at
rev: 'v4.0.0-alpha.4' # Use the sha / tag you want to point at
hooks:
- id: prettier
files: "^frontend/"