diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4eecee88..d0c149e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: exclude: docs/.*|tests/.*|noxfile.py - 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] @@ -37,7 +37,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: "5.0.2" + rev: "5.0.4" hooks: - id: flake8