Skip to content

Commit 1fb0ebb

Browse files
committed
remove pre-commit that adds pymc objects as tags
1 parent 63d3bf0 commit 1fb0ebb

File tree

4 files changed

+0
-158
lines changed

4 files changed

+0
-158
lines changed

.pre-commit-config.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ repos:
5656
minimum_pre_commit_version: 2.8.0
5757
name: Check notebooks have watermark (see Jupyter style guide from PyMC docs)
5858
types: [jupyter]
59-
- id: add-tags
60-
entry: python scripts/add_tags.py
61-
language: python
62-
name: Add PyMC3 classes used to tags
63-
types: [jupyter]
64-
additional_dependencies:
65-
- nbqa==1.1.1
66-
- beautifulsoup4==4.9.3
67-
- myst_parser==0.13.7
6859
- repo: https://github.com/mwouts/jupytext
6960
rev: v1.13.7
7061
hooks:

scripts/__init__.py

Whitespace-only changes.

scripts/add_tags.py

-92
This file was deleted.

scripts/find_pm_classes.py

-57
This file was deleted.

0 commit comments

Comments
 (0)