fix(ci): Add the --check and --diff argument to isort’s pre-commit config

This commit is contained in:
Gergely Polonkai 2023-11-16 06:44:34 +01:00
parent 83add95c8a
commit 3f13152684
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ repos:
require_serial: true
- id: isort
name: isort
args: ["--check", "--diff"]
entry: poetry run isort
language: system
require_serial: true