From 681664635ddc9ed95874f87bf920f06dad2f6dbd Mon Sep 17 00:00:00 2001 From: Amit Parekh <7276308+amitkparekh@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:44:38 +0000 Subject: [PATCH] ci: make isort verbose --- .pre-commit-config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c31e22b..d345639 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,3 @@ -# using default_language_version -default_language_version: - node: 16.14.2 - repos: # -------------------------- Version control checks -------------------------- # - repo: https://github.com/pre-commit/pre-commit-hooks @@ -125,6 +121,8 @@ repos: additional_dependencies: [toml] types: [python] exclude: ^.*/?setup\.py$ + args: [--show-config] + verbose: true # -------------------------------- Formatting -------------------------------- # - repo: https://github.com/pre-commit/mirrors-prettier