diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09b9198..f0ad894 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: ] args: [--nbqa-md] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.4 hooks: - id: prettier - repo: https://github.com/asottile/blacken-docs @@ -47,7 +47,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort - repo: https://github.com/asottile/yesqa