fix(ci): Add the --check and --diff argument to isort’s pre-commit config
This commit is contained in:
parent
83add95c8a
commit
3f13152684
@ -32,6 +32,7 @@ repos:
|
||||
require_serial: true
|
||||
- id: isort
|
||||
name: isort
|
||||
args: ["--check", "--diff"]
|
||||
entry: poetry run isort
|
||||
language: system
|
||||
require_serial: true
|
||||
|
Loading…
Reference in New Issue
Block a user