From 402c5c8da3dd775e9b1984542e6dafe65b65f7cd Mon Sep 17 00:00:00 2001 From: mxochicale Date: Mon, 1 Apr 2024 18:31:55 +0100 Subject: [PATCH] reverse to pass https://github.com/PyCQA/isort in pre-commit-yml #44 --- .pre-commit-config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc5788d..fb69c34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,13 +18,7 @@ repos: - id: isort exclude: doc/data/messages/ exclude: 'data/.*|docs/.*|notebooks/.*|dependencies/.*' - - repo: https://github.com/psf/black - rev: 24.2.0 - hooks: - - id: black - language: system - types: [python] -- repo: local + - repo: local hooks: - id: pylint name: pylint