diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33dd9a0b9f..6e62180a06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,17 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.0.1' + rev: v4.0.1 hooks: - - id: trailing-whitespace - id: end-of-file-fixer + - id: trailing-whitespace + - id: check-case-conflict + - id: check-yaml + - id: check-toml + - id: pretty-format-json + - id: check-added-large-files + - id: check-docstring-first + - id: detect-private-key - repo: https://github.com/PyCQA/isort rev: 5.8.0 @@ -21,7 +28,7 @@ repos: - id: yapf args: [ --in-place, --parallel ] - - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.902' - hooks: - - id: mypy +# - repo: https://github.com/pre-commit/mirrors-mypy +# rev: 'v0.902' +# hooks: +# - id: mypy