Shantanu
|
6ff5b88ca7
|
typeshed: remove crufty comments (#4699)
Co-authored-by: hauntsaninja <>
|
2020-10-23 09:40:06 +02:00 |
|
Jelle Zijlstra
|
5d553c9584
|
apply black and isort (#4287)
* apply black and isort
* move some type ignores
|
2020-06-28 13:31:00 -07:00 |
|
Yusuke Miyazaki
|
581705d9ee
|
Prefer to use ellipsis over pass (#2292)
|
2018-06-28 10:29:45 -07:00 |
|
Jelle Zijlstra
|
54dd6ba27c
|
Change numerous default values to ... (#1722)
This is the convention, and some default values (e.g. strings) apparently
break pytype.
|
2017-11-09 06:28:40 -08:00 |
|
Guido van Rossum
|
350563223f
|
Add Optional[] for all remaining cases of x: <type> = None (#1424)
* Final round of adding Optional[] to type of arguments with default = None
* Update Travis to use --no-implicit-optionals and clarify CONTRIBUTING.md
|
2017-06-21 10:50:21 -07:00 |
|
jukebox
|
8e3bde1dab
|
getpass return str (#204)
|
2016-05-17 14:32:03 +01:00 |
|
Martin Geisler
|
c0b9786fee
|
Complete getpass stubs
|
2016-03-15 10:15:31 +01:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|