Skip to content

Commit

Permalink
Add nbstripout pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed Jul 28, 2024
1 parent e6788e4 commit 5e65542
Show file tree
Hide file tree
Showing 11 changed files with 298 additions and 2,582 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
args: ['--keep-output']
Loading

0 comments on commit 5e65542

Please sign in to comment.