[behave]: add some common decorators#15505
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Quick initial note: Please use |
|
@srittau Thank you for the review. If I replace all the I can fix those errors by removing some of the |
This comment has been minimized.
This comment has been minimized.
|
You'll need to add typeshed/pyrightconfig.stricter.json Line 8 in 4449b2b |
This comment has been minimized.
This comment has been minimized.
srittau
left a comment
There was a problem hiding this comment.
Thanks! A few comments below.
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de> fix: use ClassVar Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de> Apply suggestions from code review Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de> Apply suggestions from code review Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de> fix: add missing imports
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
This PR adds some of the most common decorators from the behave package.
I've tried to keep it small, which is why the
Contextclass uses a lot ofAny. This could be completed in subsequent PRs.