Skip to content

Commit

Permalink
verbose pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 28, 2023
1 parent ca66b96 commit f0051b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pre-commit/action@v3.0.0
with:
extra_args: '--verbose --all-files'

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: [ --fix, --exit-non-zero-on-fix ]

- 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 f0051b5

Please sign in to comment.