Skip to content

Commit 7144498

Browse files
[pre-commit.ci] pre-commit autoupdate (#5487)
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 f694678 commit 7144498

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
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/psf/black
34-
rev: 21.11b1
34+
rev: 21.12b0
3535
hooks:
3636
- id: black
3737
args: [--safe, --quiet]
@@ -90,7 +90,7 @@ repos:
9090
["platformdirs==2.2.0", "types-pkg_resources==0.1.3", "types-toml==0.1.3"]
9191
exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/
9292
- repo: https://github.com/pre-commit/mirrors-prettier
93-
rev: v2.5.0
93+
rev: v2.5.1
9494
hooks:
9595
- id: prettier
9696
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)