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-06-21 06:30:00 +0200
committerGitHub <noreply@github.com>2022-06-21 06:30:00 +0200
commita7b01e2cfb307df96e8844ac3f243f1d8726592b (patch)
treeea0ea11ff33d5dc5c6faeb83b6120101a8dca70e /.pre-commit-config.yaml
parent06051d8aa1288ccca9db9d0bc193d6181c40b408 (diff)
downloadastroid-git-a7b01e2cfb307df96e8844ac3f243f1d8726592b.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1647)
updates: - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v2.7.1) 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 17d872a6..522e9b41 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -90,7 +90,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.6.2
+ rev: v2.7.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]