From 988a26aab9329b6aab72fd33e7ff443ad77f0d9f Mon Sep 17 00:00:00 2001 From: tangwei Date: Wed, 20 May 2020 14:08:40 +0800 Subject: [PATCH] add codestyle travis --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c268c52..6d715f5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,14 +18,6 @@ repos: - id: detect-private-key files: (?!.*third_party)^.*$ | (?!.*book)^.*$ - id: end-of-file-fixer -- repo: local - hooks: - - id: pylint-doc-string - name: pylint - description: Check python docstring style using docstring_checker. - entry: bash ./tools/codestyle/pylint_pre_commit.hook - language: system - files: \.(py)$ - repo: local hooks: - id: copyright_checker -- GitLab