Skip to content

Commit 57d0a1f

Browse files
committed
adding sync
1 parent 4a53ba3 commit 57d0a1f

24 files changed

+6532
-172
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repos:
1919
files: \.(py|md)$
2020
- id: trailing-whitespace
2121
files: \.(py|md|ipynb)$
22+
exclude: ^(docs/.*\.md|examples/.*\.md)$
2223
- id: debug-statements
2324
files: \.py$ # only include python files
2425
- id: mixed-line-ending # remove CR
@@ -37,3 +38,11 @@ repos:
3738
rev: v0.9.10
3839
hooks:
3940
- id: ruff
41+
42+
- repo: https://github.com/mwouts/jupytext
43+
rev: v1.17.3
44+
hooks:
45+
- id: jupytext
46+
args: [--to, md]
47+
exclude: ^docs/_build/
48+
files: \.ipynb$

docs/development.md

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

0 commit comments

Comments
 (0)