-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.12] Sync location of mypy
pin with the main
branch
#111317
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
Conversation
…quirements-dev.txt`
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.
Thanks! You'll also need to change this line to reflect the new location:
cpython/.github/workflows/mypy.yml
Line 38 in 5c4f9a1
- run: pip install -r Tools/clinic/requirements-dev.txt |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
mypy
pin (GH-111313)mypy
pin with the main
branch
I don't think we should be running mypy on I'd prefer it if you only changed this line in the cpython/.github/workflows/mypy.yml Line 38 in 5c4f9a1
|
Yeah, I already saw that I did it for nothing :) |
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.
Thanks!
No problem! Can I also ask, do you have a small easy issue related to python code in any repository? |
Hmm, not sure :/ You could try looking through the issues with the |
There's also some docs ones at #110383 And “easy”, “good first issue” and “help wanted” issues in other Python core repos: |
Thank you so much!) |
Move
mypy
pin fromTools/clinic/requirements-dev.txt
toTools/requirements-dev.txt
(#111313 (comment))