From d7e7dadac858e5d09cbc84f4172d8e2b7035347d Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Mon, 2 Mar 2020 16:14:18 +0100 Subject: [PATCH] pre-commit: replace isort mirror with isort upstream The isort pre-commit mirror has been deprecated. This change updates configuration to use the upstream package repository instead of the mirror. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b296497d29f..426692139b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,8 +9,8 @@ repos: hooks: - id: flake8 - - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + - repo: https://github.com/timothycrosley/isort + rev: 4.3.21 hooks: - id: isort additional_dependencies: [toml]