8000 [3.12] Bump mypy to 1.7.0 (GH-111961) by AlexWaygood · Pull Request #112033 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Bump mypy to 1.7.0 (GH-111961) #112033

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

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
paths:
- "Tools/clinic/**"
- "Tools/requirements-dev.txt"
Copy link
Member Author
@AlexWaygood AlexWaygood Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This backports #108457 (at the time when that PR was merged, the mypy pin was in a different file on the 3.12 branch, but since that time, we moved it so that it's now in the same place on the 3.12 branch as it is on the main branch: #111317

- ".github/workflows/mypy.yml"
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion Tools/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
mypy==1.6.1
mypy==1.7.0
0