summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-04-05 08:50:16 +0200
committerGitHub <noreply@github.com>2022-04-05 08:50:16 +0200
commit828a0d90cf776cfba62d9a7ed3293d18f2a16ced (patch)
tree974997dbd47542b27b24cedb872b6781ea5d3234 /.pre-commit-config.yaml
parent3c5f5f9f7b4c29e17f601b01d404a3d49020f678 (diff)
downloadpylint-git-828a0d90cf776cfba62d9a7ed3293d18f2a16ced.tar.gz
[pre-commit.ci] pre-commit autoupdate (#6186)
updates: - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.1...v2.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 51c5b331f..ad11a2ce5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -88,7 +88,7 @@ repos:
additional_dependencies: ["platformdirs==2.2.0", "types-pkg_resources==0.1.3"]
exclude: tests/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.6.1
+ rev: v2.6.2
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]