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