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

Skip to content

Commit 7313bde

Browse files
authored
[3.12] Bump mypy to 1.7.0 (GH-111961) (#112033)
1 parent a1447af commit 7313bde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "Tools/clinic/**"
11+
- "Tools/requirements-dev.txt"
1112
- ".github/workflows/mypy.yml"
1213
workflow_dispatch:
1314

Tools/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
2-
mypy==1.6.1
2+
mypy==1.7.0

0 commit comments

Comments
 (0)
0