Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Add nbstripout to precommit hook (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Harris <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 26, 2021
1 parent 660438f commit 2796f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ repos:
- id: yapf
args: [ --in-place, --parallel ]

- repo: https://github.com/kynan/nbstripout
rev: 0.4.0
hooks:
- id: nbstripout

#- repo: https://github.com/pre-commit/mirrors-mypy
# rev: v0.790
# hooks:
Expand Down

0 comments on commit 2796f37

Please sign in to comment.