summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-29 22:21:19 +0100
committerGitHub <noreply@github.com>2021-11-29 22:21:19 +0100
commit07ea5b8687b50828538633f8e7520a0d2c2bbece (patch)
treeefd3ffe128b41b3d7f37dbb065e4c97c6f2ab3ea
parent4414038cddb31856cce6465759d445daa32ec429 (diff)
downloadpylint-git-07ea5b8687b50828538633f8e7520a0d2c2bbece.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5440)
updates: - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.5.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.4.1...v2.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 97ab9cbbd..7e692843b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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.4.1
+ rev: v2.5.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]