From d1d1d9d83b3bd31d0c12b5798fb29564df4f6931 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 14 Dec 2020 15:07:41 -0800 Subject: [PATCH] Simplify .pre-commit-config.yaml Run isort on all files to avoid listing them. --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ff5151ab..586a5edda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,3 @@ repos: rev: 5.5.2 hooks: - id: isort - files: 'isort/.*' - - id: isort - files: 'tests/.*'