diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59a30bc..3b31530 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.0.1 + rev: v3.1.0 hooks: - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: check-added-large-files - - repo: https://github.com/prettier/prettier - rev: 2.0.5 - hooks: - - id: prettier - repo: https://github.com/psf/black rev: 19.10b0 hooks: