Skip to content

docs(kdtree): fix build_leaf_kdtree docstring (pydoclint)#41

Merged
TobiBu merged 1 commit into
mainfrom
fix/leaf-kdtree-docstring
Jul 16, 2026
Merged

docs(kdtree): fix build_leaf_kdtree docstring (pydoclint)#41
TobiBu merged 1 commit into
mainfrom
fix/leaf-kdtree-docstring

Conversation

@TobiBu

@TobiBu TobiBu commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Summary

Follow-up to #37 (merged). That PR was merged at the pre-commit.ci auto-fix commit, before the pydoclint docstring fix landed — so main's build_leaf_kdtree currently trips pydoclint (DOC101/DOC103/DOC501/DOC503): the bounds parameter is undocumented and the ValueError raise has no Raises section.

This adds the missing bounds parameter doc and a Raises section. No behavior change.

pre-commit (black, isort, pydoclint, basedpyright) passes locally on the changed file.

🤖 Generated with Claude Code

…pydoclint)

pre-commit.ci auto-fixed black; this resolves the remaining pydoclint DOC101/
DOC103/DOC501/DOC503 findings that the bot cannot auto-fix.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@TobiBu
TobiBu merged commit cb9cfe8 into main Jul 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant