Skip to content

Commit

Permalink
Add nbstripout.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Oct 10, 2022
1 parent 54cab15 commit b6f8ece
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 @@ -18,3 +18,8 @@ repos:
- id: mypy
args: [--follow-imports=skip]
files: seaborn/_(core|marks|stats)/
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
- id: nbstripout
args: [--extra-keys=metadata.language_info.version metadata.kernelspec.name metadata.kernelspec.display_name]

0 comments on commit b6f8ece

Please sign in to comment.