-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discover .pyi
files
#9241
Discover .pyi
files
#9241
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9241 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 173 173
Lines 18797 18797
=======================================
Hits 18013 18013
Misses 784 784
|
@Pierre-Sassoulas @DanielNoord tried and failed to get |
I think the |
9ed8563
to
6bfece3
Compare
Thanks for the regex help. Turned out that was a red herring; I was looking at the wrong part of the logs and not seeing why the job failed. There's an AttributeError if you expand the echo warnings step. |
6b277e9
to
ecaae66
Compare
Depends on pylint-dev/astroid#2365 |
ecaae66
to
ef8c663
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased on astroid 3.1.0 upgrade, let's merge when the pipeline is green 🚀
Sure. (Let's be sure not to promise full support for .pyi though, we still need astroid 3.2 with pylint-dev/astroid#2375) |
Type of Changes
Description
Closes #9097