Skip to content

Commit

Permalink
Fix pre-commit versions to run on travis
Browse files Browse the repository at this point in the history
It was having trouble with "nbhooks", but we don't need that
  • Loading branch information
Hal Wine committed Sep 25, 2020
1 parent 7994767 commit 8127155
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,8 @@ repos:
- id: docformatter
args: [--in-place]

- repo: https://gitlab.com/iamlikeme/nbhooks
rev: ""
hooks:
- id: nb-ensure-clean
#args: [--meta, ExecuteTime] # Optional blacklist of metadata keys (you can use regex)

- repo: https://github.com/Yelp/detect-secrets
rev: ""
rev: v0.14.2
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand Down

0 comments on commit 8127155

Please sign in to comment.