Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Dec 19, 2023
1 parent ef9143b commit 84f003e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module-assets/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ repos:
- --skip-path=tests/samples
- --skip-path=.scv
- --skip-path=Dockerfile
- --skip-path=module-metadata.json
- --skip-path=ibm_catalog.json
- --skip-framework=github_actions
# see https://github.ibm.com/GoldenEye/issues/issues/5317
Expand All @@ -93,7 +92,7 @@ repos:
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline', '--fail-on-unaudited', '--use-all-plugins']
exclude: go.sum|module-metadata.json
exclude: go.sum
# flake8
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
Expand Down

0 comments on commit 84f003e

Please sign in to comment.