8000 [BE]: Update mypy to 1.15 · pytorch/pytorch@a07b9a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a07b9a2

Browse files
committed
[BE]: Update mypy to 1.15
1 parent 2a011ca commit a07b9a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ librosa>=0.6.2 ; python_version < "3.11"
9090
#Pinned versions:
9191
#test that import:
9292

93-
mypy==1.14.0
93+
mypy==1.15.0
9494
# Pin MyPy version because new errors are likely to appear with each release
9595
#Description: linter
96-
#Pinned versions: 1.14.0
96+
#Pinned versions: 1.15.0
9797
#test that import: test_typing.py, test_type_hints.py
9898

9999
networkx==2.8.8

.lintrunner.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ init_command = [
147147
'numpy==1.26.4 ; python_version >= "3.9" and python_version <= "3.11"',
148148
'numpy==2.1.0 ; python_version >= "3.12"',
149149
'expecttest==0.3.0',
150-
'mypy==1.14.0',
150+
'mypy==1.15.0',
151151
'sympy==1.13.3',
152152
'types-requests==2.27.25',
153153
'types-PyYAML==6.0.7',

0 commit comments

Comments
 (0)
0