Skip to content

Commit fe41b39

Browse files
committed
Revert "bring back results and apply linter (#433)"
This reverts commit ccb44df.
1 parent c012bfb commit fe41b39

11 files changed

+257
-5615
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ repos:
3232
types_or: [python, rst, markdown]
3333
files: ^(scripts|doc)/
3434

35+
# Remove output from Jupyter notebooks
36+
- repo: https://github.com/aflc/pre-commit-jupyter
37+
rev: v1.2.1
38+
hooks:
39+
- id: jupyter-notebook-cleanup
40+
args: ['--remove-kernel-metadata']
41+
42+
3543
# Do YAML formatting
3644
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
3745
rev: v2.14.0

examples/building_stock_weather_aggregation.ipynb

Lines changed: 27 additions & 278 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)