diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98fb2ccc45..a440ec26d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -112,13 +112,13 @@ repos: additional_dependencies: ["platformdirs==2.2.0", "types-pkg_resources==0.1.3"] exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.0 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] exclude: tests(/\w*)*data/ - repo: https://github.com/DanielNoord/pydocstringformatter - rev: v0.6.2 + rev: v0.7.0 hooks: - id: pydocstringformatter exclude: *fixtures