From e7b61bf08e68e417aef0cc150aefd620edb05f5d Mon Sep 17 00:00:00 2001 From: Rajeev Jain Date: Wed, 4 Oct 2023 12:32:20 -0500 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 337105ec..11661f3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12 + rev: 5.12.0 hooks: - id: isort args: [--profile=black]