From 2f5e0f386a2d316497a9a137a56cc46050725b8f Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Fri, 10 Feb 2023 17:16:46 -0500 Subject: [PATCH] bump isort to v5.12.0 (#82) --- .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 f771944..96fd8c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: check-yaml - repo: https://github.com/pycqa/isort - rev: 5.10.0 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"] \ No newline at end of file