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>2021-06-09 23:51:57 +0200
committerGitHub <noreply@github.com>2021-06-09 23:51:57 +0200
commite28420c344d8dc042715a30da088edb51452aaad (patch)
tree90641b03d2a4dc8d93aed2553ad7164989264ff0 /.pre-commit-config.yaml
parent1342591e2beb955a377e4486e5595478f79789e8 (diff)
downloadastroid-git-e28420c344d8dc042715a30da088edb51452aaad.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1014)
updates: - [github.com/pre-commit/mirrors-prettier: v2.3.0 → v2.3.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.3.0...v2.3.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 e059358b..101e0da6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
- id: end-of-file-fixer
exclude: tests/testdata
- repo: https://github.com/pre-commit/mirrors-prettier
- rev: v2.3.0
+ rev: v2.3.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]