From 50969a8ed247a500d95f54bb46d0a26dd9131644 Mon Sep 17 00:00:00 2001 From: Jirka Date: Wed, 16 Jun 2021 00:41:51 +0200 Subject: [PATCH] update precommit --- .pre-commit-config.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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