From 483fa83b6f8d09eff4f95361d5c72fc32d681d32 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 3 Sep 2019 14:14:58 -0500 Subject: [PATCH] DEV: Remove seed-isort-config hook This was causing issues for me locally. Anyone else? It took a while to run, and didn't seem to give the same output as others (depends on something peculiar to my environment) which doesn't seem to be great for a pre-commit hook. Closes https://github.com/pandas-dev/pandas/issues/28236 --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cc22c638c9b1..b79f0f71dac23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,3 @@ repos: hooks: - id: isort language: python_venv -- repo: https://github.com/asottile/seed-isort-config - rev: v1.9.2 - hooks: - - id: seed-isort-config