diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f59c6ec..234d1505 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: language_version: python3.8 - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.0" hooks: - id: isort files: \.py$ @@ -20,7 +20,7 @@ repos: exclude: docs/.*|tests/.*|noxfile.py - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.4" hooks: - id: prettier args: [--prose-wrap, always]