mirror of https://github.com/tqdm/tqdm.git
add nbstripout pre-commit
This commit is contained in:
parent
06698c5e97
commit
5cd575b8a8
|
@ -52,3 +52,9 @@ repos:
|
|||
rev: 5.7.0
|
||||
hooks:
|
||||
- id: isort
|
||||
repos:
|
||||
- repo: https://github.com/kynan/nbstripout
|
||||
rev: master
|
||||
hooks:
|
||||
- id: nbstripout
|
||||
args: ['--keep-count', '--keep-output']
|
||||
|
|
|
@ -1714,15 +1714,12 @@
|
|||
},
|
||||
"language_info": {
|
||||
"codemirror_mode": {
|
||||
"name": "ipython",
|
||||
"version": 3
|
||||
"name": "ipython"
|
||||
},
|
||||
"file_extension": ".py",
|
||||
"mimetype": "text/x-python",
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.7.8"
|
||||
"nbconvert_exporter": "python"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
|
@ -29,6 +29,7 @@ dependencies:
|
|||
# extras
|
||||
- dask # dask
|
||||
- matplotlib # gui
|
||||
- nbstripout # notebook editing
|
||||
- numpy # pandas, keras, contrib.tenumerate
|
||||
- pandas
|
||||
- tensorflow # keras
|
||||
|
|
Loading…
Reference in New Issue