Shantanu
48970d31de
tests / scripts: blacken and isort ( #4704 )
...
I often run black and isort in typeshed root and then have to undo these
changes.
Co-authored-by: hauntsaninja <>
2020-10-25 11:21:03 +01:00
Sebastian Rittau
0583738a41
Add a mypy self test ( #4337 )
...
Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com >
Co-authored-by: hauntsaninja <>
2020-10-24 17:58:04 -07:00
Jelle Zijlstra
6f62466d6f
fix selftest ( #2425 )
...
Now that the typeshed submodule has moved.
2018-09-03 10:35:20 -07:00
Jelle Zijlstra
fd6f99ca2c
fix mypy-selftest ( #2341 )
2018-07-18 21:12:37 -07:00
Ethan Smith
8ab207bcee
Decrease Mypy concurrent process count ( #1618 )
...
Mypy has issues with running its test suite with many processes
concurrently. This should reduce travis test failures, if not completely
resolve failures. See issue https://github.com/python/mypy/issues/3543
2017-09-20 13:01:56 -07:00
Ethan Smith
be80c36816
fix mypy_selftest ( #1369 )
...
Related to python/mypy#3337 .
2017-05-28 23:30:54 -07:00
Jelle Zijlstra
e50fcaf658
add mypy_selftest.py ( #1102 )
...
* add mypy_selftest.py
* add selftest to Travis
2017-04-17 11:17:27 -07:00