[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.0.0-alpha.1)
This commit is contained in:
pre-commit-ci[bot]
2022-10-11 01:31:26 +00:00
committed by GitHub
parent e8f244a328
commit eb8f946ca2
+2 -2
View File
@@ -10,11 +10,11 @@ repos:
# - id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at
rev: 'v3.0.0-alpha.1' # Use the sha / tag you want to point at
hooks:
- id: prettier
files: "^frontend/"