From 5b47f18054d9b9aae3cb5eb24618f8a3ac20c79e Mon Sep 17 00:00:00 2001 From: Tao Gong Date: Tue, 7 Feb 2023 14:31:01 +0800 Subject: [PATCH] Fix lint (#833) --- .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 16d57125c..9a08908c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-yapf