Skip to content

Commit ef82582

Browse files
Remove pre-commit hook for removing metadata from jupyter notebooks
1 parent dcf4905 commit ef82582

File tree

6 files changed

+3
-46
lines changed

6 files changed

+3
-46
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ repos:
1010
- repo: https://github.com/PyCQA/isort
1111
rev: 6.0.1
1212
hooks:
13-
- id: isort
14-
- repo: local
15-
hooks:
16-
- id: convert-notebooks
17-
name: Convert Jupyter Notebooks Before Commit
18-
entry: python scripts/convert_notebooks.py
19-
language: system
13+
- id: isort

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
### Removed
1515
- Removed duplicated code within `plots.grid` [#346](https://github.com/ie3-institute/pypsdm/issues/346)
16+
- Remove pre-commit hook for removing metadata from jupyter notebooks [#369](https://github.com/ie3-institute/pypsdm/issues/369)
1617

1718
### Fixed
1819
- Removed `q_characteristics` from `create_energy_management_systems_data` [#326](https://github.com/ie3-institute/pypsdm/issues/326)

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ flake8-isort = "^6.0.0"
3333
pre-commit = "~=4.3.0"
3434
PyYAML = "^6.0"
3535
deptry = "^0.23.1" # find unused dependencies
36-
nbconvert = "^7.16.6"
37-
notebook = "^7.4.5"
3836

3937
[tool.isort]
4038
profile = "black"

scripts/convert_notebooks.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

scripts/custom_clear_preprocessor.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)