From 520ea58fe9fdbd7b31022912f5fb604fe77f4483 Mon Sep 17 00:00:00 2001 From: David Mejia Date: Fri, 27 Oct 2023 18:07:52 -0400 Subject: [PATCH] set isort repo away from archived 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 381082dd2..7ee657c6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,8 +15,8 @@ repos: # - id: check-docstring-first # We can enable this rule once models.py is simplified - id: check-yaml - - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + - repo: https://github.com/PyCQA/isort + rev: 4.3.21 hooks: - id: isort