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
|
rev: 5.7.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- 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": {
|
"language_info": {
|
||||||
"codemirror_mode": {
|
"codemirror_mode": {
|
||||||
"name": "ipython",
|
"name": "ipython"
|
||||||
"version": 3
|
|
||||||
},
|
},
|
||||||
"file_extension": ".py",
|
"file_extension": ".py",
|
||||||
"mimetype": "text/x-python",
|
"mimetype": "text/x-python",
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python"
|
||||||
"pygments_lexer": "ipython3",
|
|
||||||
"version": "3.7.8"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
@ -29,6 +29,7 @@ dependencies:
|
||||||
# extras
|
# extras
|
||||||
- dask # dask
|
- dask # dask
|
||||||
- matplotlib # gui
|
- matplotlib # gui
|
||||||
|
- nbstripout # notebook editing
|
||||||
- numpy # pandas, keras, contrib.tenumerate
|
- numpy # pandas, keras, contrib.tenumerate
|
||||||
- pandas
|
- pandas
|
||||||
- tensorflow # keras
|
- tensorflow # keras
|
||||||
|
|
Loading…
Reference in New Issue