Alex Waygood
|
a3245db63c
|
Remove unneeded # noqa comments, fix broken # noqa comments (#7561)
|
2022-03-28 23:17:44 +02:00 |
|
Alex Waygood
|
1acc8f3bd6
|
Use PEP 604 syntax wherever possible, part II (#7514)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-03-19 14:27:35 +00:00 |
|
Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Jelle Zijlstra
|
de5ec6a0d1
|
fix incorrect tuple[T] (#6996)
Found from PyCQA/flake8-pyi#135.
|
2022-01-22 09:37:14 -08:00 |
|
Christian Bundy
|
4d085fbfc1
|
Fix strtobool type annotation (#6970)
Problem: strtobool returns either 0 or 1, not bool.
Solution: Fix type annotation.
|
2022-01-19 21:57:47 -08:00 |
|
Alex Waygood
|
aea52b35d1
|
Remove nearly all __str__ and __repr__ methods from typeshed (#6968)
|
2022-01-20 00:45:11 +01:00 |
|
Alex Waygood
|
8af5e0d340
|
Use PEP 585 syntax in Python 2, protobuf & _ast stubs, where possible (#6949)
|
2022-01-18 07:14:03 -08:00 |
|
Alex Waygood
|
6a88d5e7ae
|
Use _typeshed.Self in Python 2, too (#6932)
|
2022-01-16 14:44:51 -08:00 |
|
Nikita Sobolev
|
f65d93618d
|
Mark bdist_msi to be Windows-only on python2 (#6768)
|
2021-12-31 13:15:47 +01:00 |
|
Oleg Höfling
|
ff63953188
|
Switch to PEP-604 syntax in python2 stubs (#5915)
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
|
2021-08-14 11:12:30 +02:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|