diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c268c5252f6664071ebc0124aea6dda1071880b..6d715f5a61674c72082313517cc40f13b1ea85ed 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