Skip to content

Commit 08ce2c8

Browse files
committed
chore(pre-commit)🔧: Update nbstripout hook version in pre-commit configuration
- Removed the older nbstripout hook version 0.6.1. - Added the updated nbstripout hook version 0.8.1.
1 parent 789f7b1 commit 08ce2c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎.pre-commit-config.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ repos:
99
rev: 23.10.1
1010
hooks:
1111
- id: black
12-
- repo: https://github.com/kynan/nbstripout
13-
rev: 0.6.1
14-
hooks:
15-
- id: nbstripout
16-
files: ".ipynb"
1712
- repo: https://github.com/kynan/nbstripout
1813
rev: 0.8.1
1914
hooks:

0 commit comments

Comments
 (0)