From 5542a065d5ca3d255b84ea20bebe42ff5d8c09aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20V=C3=A9roone?= Date: Tue, 13 Jun 2023 10:26:37 +0200 Subject: [PATCH] fix: bump version of iSort to avoid non-deterministic error during pre-commit checks --- .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 b3e7945e..5dc2eacf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/PyCQA/pylint