Skip to content

Commit

Permalink
BREAK: remove pin-nb-requirements hook (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Mar 7, 2024
1 parent e193d30 commit 2e0cc01
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 208 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
language: python
files: ^setup.cfg$

- id: pin-nb-requirements
name: Check whether notebook contains a pip install line
description: Specify which packages to install specifically in order to run this notebook.
entry: pin-nb-requirements
language: python
types:
- jupyter

- id: set-nb-cells
name: Add or update default cells in a Jupyter notebook
description: >
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ repos:
- id: check-dev-files
- id: fix-nbformat-version
- id: format-setup-cfg
- id: pin-nb-requirements
- id: set-nb-cells
```
Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ repos:
- id: colab-toc-visible
- id: fix-nbformat-version
- id: format-setup-cfg
- id: pin-nb-requirements
- id: set-nb-cells
```
Expand All @@ -38,7 +37,6 @@ The **ComPWA/policy** repository provides the following hooks:
- {mod}`colab-toc-visible <.colab_toc_visible>`
- {mod}`fix-nbformat-version <.fix_nbformat_version>`
- {mod}`format-setup-cfg <.format_setup_cfg>`
- {mod}`pin-nb-requirements <.pin_nb_requirements>`
- {mod}`set-nb-cells <.set_nb_cells>`

```{toctree}
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ check-dev-files = "compwa_policy.check_dev_files:main"
colab-toc-visible = "compwa_policy.colab_toc_visible:main"
fix-nbformat-version = "compwa_policy.fix_nbformat_version:main"
format-setup-cfg = "compwa_policy.format_setup_cfg:main"
pin-nb-requirements = "compwa_policy.pin_nb_requirements:main"
self-check = "compwa_policy.self_check:main"
set-nb-cells = "compwa_policy.set_nb_cells:main"

Expand Down
196 changes: 0 additions & 196 deletions src/compwa_policy/pin_nb_requirements.py

This file was deleted.

0 comments on commit 2e0cc01

Please sign in to comment.