summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-12-06 23:36:22 +0100
committerGitHub <noreply@github.com>2021-12-06 23:36:22 +0100
commit71444989a93a6979fd7bd1eab4b6667180e528ad (patch)
tree6f0f0e59b9347989a00fbe49586aff476d32ccd6
parentf6946780b9b2f45fe3b8272ab4d3e27ca5aa60f3 (diff)
downloadpylint-git-71444989a93a6979fd7bd1eab4b6667180e528ad.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5487)
updates: - [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0) - [github.com/pre-commit/mirrors-prettier: v2.5.0 → v2.5.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 429c04b33..7d5596eed 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
hooks:
- id: black
args: [--safe, --quiet]
@@ -90,7 +90,7 @@ repos:
["platformdirs==2.2.0", "types-pkg_resources==0.1.3", "types-toml==0.1.3"]
exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.5.0
+ rev: v2.5.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]