summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-09-20 22:47:53 +0200
committerGitHub <noreply@github.com>2021-09-20 22:47:53 +0200
commitceb6ed77b083513cf4ffd64dcbe0b0f2dc877bac (patch)
tree2a004e3892d1348f45d8eb4016f1844fc0be32fb
parentfb750d39f82dd58342a7683ac5e03b38ba64ae4a (diff)
downloadpylint-git-ceb6ed77b083513cf4ffd64dcbe0b0f2dc877bac.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5056)
updates: - [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0) - [github.com/pre-commit/mirrors-prettier: v2.4.0 → v2.4.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.4.0...v2.4.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 ebaa68b90..82fe526b0 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.8b0
+ rev: 21.9b0
hooks:
- id: black
args: [--safe, --quiet]
@@ -88,7 +88,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.4.0
+ rev: v2.4.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]