We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9399bdc commit d22789bCopy full SHA for d22789b
3 files changed
.pre-commit-config.yaml
@@ -30,3 +30,4 @@ repos:
30
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
31
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
32
args: [--baseline, .secrets.baseline, --use-all-plugins]
33
+ exclude: '.*\.ipynb$'
0 commit comments