Skip to content

Make GraphBuilder.__init__ use keyword-only args after graph#2893

Merged
justinchuby merged 1 commit intomainfrom
graphbuilder-keyword-only-args
Apr 17, 2026
Merged

Make GraphBuilder.__init__ use keyword-only args after graph#2893
justinchuby merged 1 commit intomainfrom
graphbuilder-keyword-only-args

Conversation

@gramalingam
Copy link
Copy Markdown
Collaborator

Add '*' separator so that 'parent' (and future parameters like 'options') must be passed as keyword arguments, improving API stability and readability.

Add '*' separator so that 'parent' (and future parameters like
'options') must be passed as keyword arguments, improving API
stability and readability.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.48%. Comparing base (c6e8ec6) to head (e3ce682).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2893   +/-   ##
=======================================
  Coverage   72.48%   72.48%           
=======================================
  Files         241      241           
  Lines       29915    29915           
  Branches     2935     2935           
=======================================
  Hits        21684    21684           
  Misses       7233     7233           
  Partials      998      998           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby justinchuby merged commit c8f5f6a into main Apr 17, 2026
30 of 33 checks passed
@justinchuby justinchuby deleted the graphbuilder-keyword-only-args branch April 17, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants