From d382c1b97285dacf69c08a676b3d09dd335308e3 Mon Sep 17 00:00:00 2001 From: tomyprs Date: Fri, 30 Jun 2023 18:23:47 +0700 Subject: [PATCH] chore(.pre-commit-config.yaml): update isort version to 5.11.5 for better code formatting and import sorting --- .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 b950edc4..bfb42da1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,6 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: '5.9.3' + rev: '5.11.5' hooks: - id: isort