Skip to content

Commit 184a75e

Browse files
committed
chore: Strip notebook outputs and add nbdev config
- Run nbdev_clean to strip notebook outputs (fixes CI) - Add generated pyproject.toml from nbdev - Install nbdev git hooks This fixes the "unstripped notebooks" CI failure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7eb5f8f commit 184a75e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

nbs/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,4 +532,4 @@
532532
},
533533
"nbformat": 4,
534534
"nbformat_minor": 4
535-
}
535+
}

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build-system]
2+
requires = ["setuptools>=64.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name="sec-downloader"
7+
requires-python=">=3.7"
8+
dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
9+
10+
[tool.uv]
11+
cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]

0 commit comments

Comments
 (0)