From 60f9205f17c5503a64868d4e4d903ac807ac673b Mon Sep 17 00:00:00 2001 From: David Mejia Date: Fri, 27 Oct 2023 18:30:06 -0400 Subject: [PATCH] update isort --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee657c6a..fb7ee4a29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,11 @@ repos: # - id: check-docstring-first # We can enable this rule once models.py is simplified - id: check-yaml - - repo: https://github.com/PyCQA/isort - rev: 4.3.21 + - repo: https://github.com/pycqa/isort + rev: 5.11.5 hooks: - id: isort + name: isort (python) - repo: https://github.com/psf/black rev: 22.3.0