From 5349b9b9b3fce86204686dcf9c6bb327d56ba4a5 Mon Sep 17 00:00:00 2001 From: ZZK <359521840@qq.com> Date: Wed, 1 Feb 2023 15:11:31 +0800 Subject: [PATCH] bump isort version to 5.11.5 (#50126) --- .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 bd09715e0a..8168824189 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: black files: (.*\.(py|pyi|bzl)|BUILD|.*\.BUILD|WORKSPACE)$ - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 -- GitLab