Commit e062023d97ad47c05248ae22a8da992b32d73933
Committed by
GitHub
1 parent
9a6c6f6b
chore(deps): pre-commit.ci autoupdate (#787)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Showing
1 changed file
with
2 additions
and
2 deletions
.pre-commit-config.yaml
| ... | ... | @@ -4,7 +4,7 @@ ci: |
| 4 | 4 | |
| 5 | 5 | repos: |
| 6 | 6 | - repo: https://github.com/psf/black |
| 7 | - rev: 22.8.0 | |
| 7 | + rev: 22.10.0 | |
| 8 | 8 | hooks: |
| 9 | 9 | - id: black |
| 10 | 10 | |
| ... | ... | @@ -33,7 +33,7 @@ repos: |
| 33 | 33 | additional_dependencies: [pyyaml] |
| 34 | 34 | |
| 35 | 35 | - repo: https://github.com/pre-commit/mirrors-prettier |
| 36 | - rev: "v3.0.0-alpha.0" | |
| 36 | + rev: "v3.0.0-alpha.1" | |
| 37 | 37 | hooks: |
| 38 | 38 | - id: prettier |
| 39 | 39 | types_or: [yaml, markdown, html, css, scss, javascript, json] | ... | ... |