Skip to content

Commit e13c340

Browse files
[pre-commit.ci] pre-commit autoupdate (#1286)
updates: - [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@21.11b1...21.12b0) - [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](pre-commit/mirrors-prettier@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8ea31c8 commit e13c340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- id: black-disable-checker
3838
exclude: tests/unittest_nodes_lineno.py
3939
- repo: https://github.com/psf/black
40-
rev: 21.11b1
40+
rev: 21.12b0
4141
hooks:
4242
- id: black
4343
args: [--safe, --quiet]
@@ -82,7 +82,7 @@ repos:
8282
]
8383
exclude: tests/testdata| # exclude everything, we're not ready
8484
- repo: https://github.com/pre-commit/mirrors-prettier
85-
rev: v2.5.0
85+
rev: v2.5.1
8686
hooks:
8787
- id: prettier
8888
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)