From 596c069f6dbaec26d38a4c55ed7540f36be5a51c Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Wed, 25 Oct 2023 09:39:53 -0700 Subject: [PATCH] Update .pre-commit-config.yaml Update isort version and repo --- .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 4f98bfd8e..c97cf9eba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: # Python code formatters # ======================= - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - - repo: https://github.com/PyCQA/isort + - repo: https://github.com/timothycrosley/isort rev: 5.12.0 hooks: - id: isort