From cb4afbac07618268ae3c7e14ae8d9f60c76ab7d0 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 12 Nov 2020 17:05:57 +0000 Subject: [PATCH] Removed PyLint from 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 7ff044af..5d5425e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,3 @@ repos: - id: isort additional_dependencies: [toml] exclude: ^.*/?setup\.py$ - - repo: local - hooks: - - id: pylint - name: pylint - entry: poetry run pylint - language: system - types: [python]