Sergei Lebedev
194884d311
Migrated to mypy 1.14.1 with --allow_redefinition
...
I initially wanted to upgrade to 1.15, but it seems to have a bug in how
ternary expressions are type checked. For example,
def f(x: int) -> str: ...
def g(x: int) -> str: ...
callback = f if ... else g # has type object!
2025-02-13 15:38:28 +00:00
..
2025-01-08 06:37:44 -08:00
2024-12-12 09:58:14 -05:00
2024-01-12 22:44:48 -08:00
2025-02-11 11:28:58 +01:00
2025-02-09 18:14:33 +02:00
2025-02-12 08:49:40 -08:00
2025-02-10 02:36:44 -08:00
2024-12-17 09:27:00 -08:00
2024-10-31 14:06:54 -07:00
2025-02-03 17:32:59 -08:00
2025-02-11 11:28:58 +01:00
2024-09-21 20:35:20 +00:00
2025-02-11 11:28:58 +01:00
2024-09-20 07:52:33 -07:00
2024-05-17 15:59:21 -07:00
2025-01-23 11:38:47 -08:00
2025-01-08 13:34:47 -08:00
2024-10-08 04:22:20 -07:00
2025-02-11 16:00:03 -08:00
2024-04-03 17:23:35 -07:00
2024-09-03 14:32:03 -07:00
2025-01-08 13:31:35 -08:00
2025-02-09 18:14:33 +02:00
2024-11-25 11:40:50 -08:00
2023-06-29 21:02:05 -07:00
2025-02-13 15:38:28 +00:00
2024-10-16 17:42:41 -07:00
2023-12-19 16:31:33 -08:00
2025-02-12 14:23:52 +01:00
2025-01-24 23:21:13 -08:00
2024-10-16 17:42:41 -07:00
2025-01-23 17:52:57 -08:00
2023-10-18 10:55:13 +01:00
2024-09-06 16:44:56 -07:00