Skip to content

Commit

Permalink
➕ Added nb-clean pre-commit
Browse files Browse the repository at this point in the history
added nb-clean pre-commit
  • Loading branch information
srivarra committed Aug 12, 2024
1 parent 1741595 commit 9743709
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ repos:
Fix the merge conflicts manually and remove the .rej files.
language: fail
files: '.*\.rej$'
- repo: https://github.com/srstevenson/nb-clean
rev: 3.3.0
hooks:
- id: nb-clean
args:
- --remove-empty-cells
- --preserve-cell-metadata
- tags
- slideshow
- --

0 comments on commit 9743709

Please sign in to comment.