From 3f1315268426058818a5e3899d0d11a2a02040fb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 16 Nov 2023 06:44:34 +0100 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Add=20the=20--check=20and=20--diff?= =?UTF-8?q?=20argument=20to=20isort=E2=80=99s=20pre-commit=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a87ef5a..a01b6cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,6 +32,7 @@ repos: require_serial: true - id: isort name: isort + args: ["--check", "--diff"] entry: poetry run isort language: system require_serial: true