From c23fcc59a41980380ae0df533637391ba93a39ad Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Thu, 17 Sep 2020 15:05:54 +0100 Subject: [PATCH] Update isort version in pre-commit config Previously, a mismatch between the isort versions specified by pre-commit and by the files used on CI made it impossible to make a commit which passed both pre-commit and CI lints. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78e28aad5865b..309e22e71a523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - file args: [--append-config=flake8/cython-template.cfg] - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + rev: v5.2.2 hooks: - id: isort language: python_venv