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

[RFC] Add nbstripout to pre-commit hooks #336

Merged
merged 5 commits into from
May 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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