Skip to content

Commit e8d744f

Browse files
Copilotjustinchuby
andauthored
Bump lintrunner mypy dependency to 2.0.0 (#2912)
This updates the lintrunner mypy dependency to the latest release and keeps repository lint behavior aligned with current mypy tooling. The change is intentionally scoped to the lintrunner dependency pin. - **Dependency update** - Updated `requirements/lintrunner/requirements.txt`: - `mypy==1.10.1` → `mypy==2.0.0` - **Scope** - No production code or test logic changes. - No additional mypy ignore configuration changes were required. ```diff # requirements/lintrunner/requirements.txt - mypy==1.10.1 + mypy==2.0.0 ``` --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: justinchuby <11205048+justinchuby@users.noreply.github.com>
1 parent fed67b9 commit e8d744f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/lintrunner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lintrunner-adapters>=0.8.0
33
# RUFF, RUFF-FIX
44
ruff==0.15.1
55
# MYPY
6-
mypy==1.10.1
6+
mypy==2.0.0
77
types-PyYAML==6.0.12.20250915
88
# EDITORCONFIG-CHECKER
99
editorconfig-checker==3.4.1

0 commit comments

Comments
 (0)