Skip to content

Commit a1ff969

Browse files
committed
Implemented pre-commit hook to clean Notebook output cells.
1 parent d471686 commit a1ff969

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.pre-commit-config.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
repos:
2+
- repo: local
3+
hooks:
4+
- id: jupyter-nb-clear-output
5+
name: jupyter-nb-clear-output
6+
files: .*/.*/.*\.ipynb
7+
stages: [commit]
8+
language: system
9+
entry: jupyter-nbconvert --ClearOutputPreprocessor.enabled=True --inplace

requirements.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
asana==3.2.0
2+
esprima==4.0.1
3+
geojson==3.0.1
4+
highcharts-core>=1.0.0-rc1
5+
highcharts-stock>=1.0.0-rc1
6+
highcharts-maps>=1.0.0-rc1
7+
highcharts_gantt>=1.0.0-rc1
8+
jira==3.5.0
9+
jupyterlab==3.6.1
10+
monday==1.3.3
11+
pandas==1.5.3
12+
pre-commit==3.2.2
13+
python-dotenv==1.0.0
14+
pytz==2023.3
15+
requests==2.28.2
16+
shapely==2.0.1
17+
Sphinx==6.1.3
18+
sphinx-rtd-theme==1.2.0
19+
sphinx-tabs==3.4.1
20+
sphinx-toolbox==3.4.0
21+
topojson==1.5
22+
urllib3==1.26.14
23+
validator-collection==1.5.0

0 commit comments

Comments
 (0)