diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-06-09 23:51:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 23:51:57 +0200 |
commit | e28420c344d8dc042715a30da088edb51452aaad (patch) | |
tree | 90641b03d2a4dc8d93aed2553ad7164989264ff0 /.pre-commit-config.yaml | |
parent | 1342591e2beb955a377e4486e5595478f79789e8 (diff) | |
download | astroid-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.yaml | 2 |
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] |