Shantanu
|
b88a6f19cd
|
Upgrade black version (#7089)
|
2022-01-30 16:27:06 -08:00 |
|
Shantanu
|
f9cedff5af
|
ast: allow non-literal strings (#6566)
Co-authored-by: hauntsaninja <>
|
2021-12-10 21:48:46 -08:00 |
|
Pavel Karateev
|
739a052c40
|
Add more ast.parse() mode overrides (#6522)
eval -> Expression
func_type -> FunctionType
single -> Interactive
We need (simplified) to cover all cases in Python >= 3.8
- 1 case: parse(filename: str = ...)
- 4 cases: parse(filename: str, mode: Literal[...])
- 4 cases: parse(*, mode: Literal[...])
|
2021-12-10 09:22:23 -08:00 |
|
Akuli
|
a5bc1e037f
|
Add mypy error codes to '# type: ignore' comments (#6379)
|
2021-11-26 07:07:56 +01:00 |
|
Alex Waygood
|
fbb89f9fd5
|
Fix isort w.r.t. _ast/_collections_abc/_tracemalloc/_warnings (#6329)
|
2021-11-17 08:29:44 -08:00 |
|
Akuli
|
1409f6e892
|
change ast files to use new union syntax (#5880)
|
2021-08-08 15:47:33 +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 |
|