You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Have you read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)?
2
-
3
-
(Once you have, delete this section. If you leave it in, your PR may be closed without action.)
4
-
5
-
### Description
6
-
7
-
<!--
8
-
If this pull request closes or fixes an issue, write Closes #NNN" or "Fixes #NNN" in that exact
9
-
format.
10
-
-->
1
+
<!-- If this pull request fixes an issue, add "Fixes #NNN" with the issue number. -->
11
2
12
3
(Explain how this PR changes mypy.)
13
4
14
-
## Test Plan
15
-
16
5
<!--
17
-
If this is a documentation change, rebuild the docs (link to instructions) and review the changed pages for markup errors.
18
-
If this is a code change, include new tests (link to the testing docs). Be sure to run the tests locally and fix any errors before submitting the PR (more instructions).
19
-
If this change cannot be tested by the CI, please explain how to verify it manually.
6
+
Checklist:
7
+
- Read the [Contributing Guidelines](https://github.com/python/mypy/blob/master/CONTRIBUTING.md)
8
+
- Add tests for all changed behaviour.
9
+
- If you can't add a test, please explain why and how you verified your changes work.
10
+
- Make sure CI passes.
11
+
- Please do not force push to the PR once it has been reviewed.
20
12
-->
21
-
22
-
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
0 commit comments