From 1742f91a34132b4c51be58c1558c0a67863d8621 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 10 Sep 2021 13:34:26 +0200 Subject: [PATCH] Cleanup pre-commit lint task --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd657dc45..39836899e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,11 +46,6 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - # - repo: https://github.com/pre-commit/mirrors-pylint - # rev: v3.0.0a3 - # hooks: - # - id: pylint - - repo: https://github.com/codespell-project/codespell rev: v2.1.0 hooks: