Skip to content

Commit

Permalink
add nb-clean pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Jan 5, 2024
1 parent d787550 commit 16a735b
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
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/srstevenson/nb-clean.git
rev: 3.2.0
hooks:
- id: nb-clean
name: nb-clean
entry: nb-clean clean
language: python
types_or: [jupyter]
minimum_pre_commit_version: 2.9.2

0 comments on commit 16a735b

Please sign in to comment.