We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f694678 commit 7144498Copy full SHA for 7144498
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
hooks:
32
- id: isort
33
- repo: https://github.com/psf/black
34
- rev: 21.11b1
+ rev: 21.12b0
35
36
- id: black
37
args: [--safe, --quiet]
@@ -90,7 +90,7 @@ repos:
90
["platformdirs==2.2.0", "types-pkg_resources==0.1.3", "types-toml==0.1.3"]
91
exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/
92
- repo: https://github.com/pre-commit/mirrors-prettier
93
- rev: v2.5.0
+ rev: v2.5.1
94
95
- id: prettier
96
args: [--prose-wrap=always, --print-width=88]
0 commit comments