From b5a875007af6cf6f42b2a80a0dd90f219f40f219 Mon Sep 17 00:00:00 2001 From: Alan Jean Date: Sun, 29 Jan 2023 14:25:10 +0400 Subject: [PATCH] Update pre-commit config to upgrade to isort v5.12.0 (#988) Fixes #987 --- .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 ced8fcdd..d2099d62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.11.1 + rev: 5.12.0 hooks: - id: isort