From e67d069baa72a0ee80fed3251d6add5ef3e3ecf0 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Wed, 29 Nov 2023 13:10:42 -0600 Subject: [PATCH] Update pre-commit hook version --- .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 2c685f6..084ba37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # isort - repo: https://github.com/pycqa/isort - rev: 5.11.2 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black"]