From 8e9526d13bf254553a507d0a1037ceb4942fe0ca Mon Sep 17 00:00:00 2001 From: Amrou Date: Fri, 17 Feb 2023 14:46:57 +0100 Subject: bump isort to 5.12.0 in precommit config --- .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 2131db72..7895d208 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: python-check-blanket-noqa - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort (python) -- cgit v1.2.3