Skip to content

Conversation

@SebastianGoldmann
Copy link

@SebastianGoldmann SebastianGoldmann commented Oct 26, 2025

First contribution, looking forward to your feedback.

@SebastianGoldmann
Copy link
Author

SebastianGoldmann commented Oct 28, 2025

I tried resolving the PR02 error on the offset businessday cython class in 2 ways:

  1. Add the init in the stub file of offset.pyi. => failed, python does not recognize this
  2. add the init to the pyx file => failed, python still does not show the init and still returns the args kwargs init. Actual init is defined in the classes it inherits from.

I conclude that the PR02 cannot be resolved for cython classes as it would require additional unnecesarry code.

Please let me know if you think otherwise.

kr,
Sebastian

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