From 089ef5fbaac40f8b6e9fed43b4ee643107923d13 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 28 Aug 2023 12:44:30 -0700 Subject: [PATCH] pre-commit verbose --- .github/workflows/basic.yml | 2 ++ .pre-commit-config.yaml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index f2ba712..d036a59 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: pre-commit/action@v3.0.0 + with: + extra_args: '--verbose --all-files' test: runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 817c24f..c43005a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,10 +24,13 @@ repos: args: [ "--ignore", "book/**/*.md" ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.1 + rev: 0.26.2 hooks: - id: check-dependabot + args: [ "--verbose" ] + - id: check-github-workflows + args: ["--verbose"] - repo: https://github.com/python-poetry/poetry rev: '1.6.1' # add version here