Commit e8d744f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments