From 0a8d594aa95dd11bc835dd6e2a14dff075335b4a Mon Sep 17 00:00:00 2001 From: Anselm Hahn Date: Wed, 3 Feb 2021 22:55:50 +0100 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 840c3c8..2394ba1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,22 +19,15 @@ repos: rev: v3.4.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - - id: check-yaml - repo: https://github.com/pre-commit/mirrors-pylint rev: 'v2.6.0' # Use the sha / tag you want to point at hooks: - id: pylint name: pylint entry: pylint mkdocstrings_sourcelink - language: system - always_run: true - pass_filenames: true - repo: https://github.com/pycqa/pydocstyle rev: 5.1.1 # pick a git hash / tag to point to hooks: - id: pydocstyle name: pydocstyle entry: pydocstyle mkdocstrings_sourcelink - language: system - always_run: true - pass_filenames: true