Skip to content

Commit

Permalink
chore(hooks): move nbstripout hook for stripping notebook outputs (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqr00t authored Feb 8, 2024
1 parent 6291176 commit 9e829c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ repos:
- id: prettier
name: Prettier (except markdown)
exclude: ".md"
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
- id: nbstripout
4 changes: 4 additions & 0 deletions {{ cookiecutter.repo_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ repos:
rev: v2.1.2
hooks:
- id: prettier
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
- id: nbstripout

0 comments on commit 9e829c4

Please sign in to comment.