Skip to content

add_class_arguments skip support for callable return class parameters#882

Merged
mauvilsa merged 1 commit intomainfrom
issue-669-callable-return-class-skip
Apr 1, 2026
Merged

add_class_arguments skip support for callable return class parameters#882
mauvilsa merged 1 commit intomainfrom
issue-669-callable-return-class-skip

Conversation

@mauvilsa
Copy link
Copy Markdown
Member

@mauvilsa mauvilsa commented Apr 1, 2026

What does this PR do?

Fixes #669

Before submitting

  • Did you read the contributing guideline?
  • [n/a] Did you update the documentation? (readme and public docstrings)
  • Did you write unit tests such that there is 100% coverage on related code? (required for bug fixes and new features)
  • Did you verify that new and existing tests pass locally?
  • Did you make sure that all changes preserve backward compatibility?
  • Did you update the CHANGELOG including a pull request link? (not for typos, docs, test updates, or minor internal changes/refactors)

@mauvilsa mauvilsa added the enhancement New feature or request label Apr 1, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 1, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #882   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         7487      7492    +5     
=========================================
+ Hits          7487      7492    +5     

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

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 1, 2026

@mauvilsa mauvilsa merged commit d2e3d41 into main Apr 1, 2026
37 checks passed
@mauvilsa mauvilsa deleted the issue-669-callable-return-class-skip branch April 1, 2026 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How do I skip an argument of a callable?

1 participant