From f3f59ca57a5b46585cd2f95fa0db28b4598927dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Apr 2021 14:08:36 +0000 Subject: [PATCH] Update precommit hook timothycrosley/isort to v5.8.0 --- .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 73415dd..59fe9c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ fail_fast: false repos: - repo: https://github.com/timothycrosley/isort - rev: 5.6.4 + rev: 5.8.0 hooks: - id: isort