summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-11-29 22:21:56 +0100
committerGitHub <noreply@github.com>2021-11-29 22:21:56 +0100
commit6691a9e97373b28e15a76b747f78c041f2064df4 (patch)
treeff67054788413347564c6c7525b73e20bf2668f6
parent06880e25a472fd53232d0db481a73ac6315126a9 (diff)
downloadastroid-git-6691a9e97373b28e15a76b747f78c041f2064df4.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1279)
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 18b9bca4..9a69e041 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -82,7 +82,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- 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]