Alex Waygood
|
1d2fe59e88
|
Third-party stubs: remove unused type: ignores (#11063)
|
2023-11-23 13:35:45 +00:00 |
|
Alex Waygood
|
6fd7e36e80
|
Add default values for third-party stubs beginning with 'P' (#9957)
|
2023-03-27 18:58:53 +01:00 |
|
Oleh Mazur
|
8ff3278ef7
|
parsimonious: Update return types of NodeVisitor's methods (#9564)
|
2023-03-08 22:05:34 -08:00 |
|
Alex Waygood
|
7180d0223b
|
Use typing_extensions.Self instead of _typeshed.Self (#9702)
|
2023-02-15 11:32:43 +01:00 |
|
Alex Waygood
|
0ef9c3f8e8
|
Enable flake8-pyi's Y037 (#9686)
|
2023-02-06 19:01:02 -08:00 |
|
Avasam
|
f1aede7162
|
Manual changes of Any union to Incomplete in stubs folder (#9566)
- ClassVar[Any | None]
- Missed previous changes due to alias
- Manual review of leftover Any unions (`| Any` and `Any |`)
|
2023-02-02 06:48:41 -08:00 |
|
Kevin Kirsche
|
65c4ddfc57
|
Update parsimonious to 0.10.0 (#8730)
|
2022-09-13 15:59:08 +01:00 |
|
Alex Waygood
|
6348a58b8b
|
Import Match and Pattern from re, not typing (#8277)
|
2022-07-12 15:32:48 +02:00 |
|
Shantanu
|
a1323510f3
|
Bump parsimonious to 0.9.* (#8117)
|
2022-06-20 21:38:52 -07:00 |
|
Alex Waygood
|
5c6178a821
|
Import generics from standard modules in all third-party stubs (#7791)
|
2022-05-07 10:35:50 +02:00 |
|
Alex Waygood
|
653f2c6ba4
|
Third-party stubs: import from collections.abc where possible (#7637)
|
2022-04-16 14:52:57 +01:00 |
|
Alex Waygood
|
740193a8fc
|
Use TypeAlias where possible for type aliases (#7630)
|
2022-04-15 18:01:00 -07:00 |
|
Alex Waygood
|
340c6c97ed
|
Add mypy error codes to type: ignores, remove unused ignores (#7504)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2022-03-19 13:10:00 +00:00 |
|
Alex Waygood
|
d3df6da103
|
parsimonious: re.Match does not exist in Python 3.6 (#7482)
It has to be imported from `typing` in <3.7.
Refs https://github.com/python/typeshed/pull/7478.
|
2022-03-13 00:23:31 -08:00 |
|
Joseph Young
|
3a9abf850a
|
Stubs for parsimonious (#7477)
|
2022-03-12 18:43:07 -08:00 |
|