Skip to content

Commit

Permalink
pre-commit verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 28, 2023
1 parent 9aaf1f9 commit 089ef5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 089ef5f

Please sign in to comment.