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
|
require_serial: true
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort
|
name: isort
|
||||||
|
args: ["--check", "--diff"]
|
||||||
entry: poetry run isort
|
entry: poetry run isort
|
||||||
language: system
|
language: system
|
||||||
require_serial: true
|
require_serial: true
|
||||||
|
Loading…
Reference in New Issue
Block a user