Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
Bas van Beek
|
50f5858a56
|
Use SupportsIndex where applicable for 5 classes (#5694)
Use `SupportsIndex` where applicable:
* `str`
* `bytes`
* `bytearray`
* `memoryview`
* `markupsafe.Markup`
|
2021-06-26 19:05:40 +03:00 |
|
Marius Gedminas
|
524947dbdc
|
Fix incorrect markupsafe.Markup return types (#5638)
Closes #5632.
|
2021-06-15 10:02:33 +02:00 |
|
Akuli
|
9f732a128a
|
enable mypy_test for python 3.10 (#5341)
* enable mypy_test for python 3.10
* avoid collections.Mapping and collections.MutableMapping, import from typing
|
2021-05-05 00:09:33 +03:00 |
|
Eric Traut
|
4b4ced5fa0
|
Added missing type annotations and type arguments (#5070)
Co-authored-by: Eric Traut <erictr@microsoft.com>
Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
|
2021-02-25 15:09:58 -08: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 |
|