Skip to content

Commit

Permalink
ci: make isort verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Dec 2, 2023
1 parent 229556b commit 6816646
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6816646

Please sign in to comment.