diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18b9bca47e..9a69e041b7 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]