6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-30 13:19:01 +00:00
tutor/changelog.d
Carlos Muniz 4da32ab84e refactor: annotation with __future__.annotations
Adds `from __future__ import annotations` to the top of every module,
right below the module's docstring. Replaces any usages of t.List,
t.Dict, t.Set, t.Tuple, and t.Type with their built-in equivalents:
list, dict, set, tuple, and type. Ensures that make test still passes
under Python 3.7, 3.8 and 3.9.
2023-01-18 07:37:55 +01:00
..
scriv ci: better github release management with scriv 2023-01-17 12:12:10 +01:00
20230109_100009_codewithemad_upgrade_mysql_issue.md fix: respect RUN_MYSQL on k8s maple upgrade 2023-01-09 13:01:48 +01:00
20230110_130740_cmuniz_built_in_generic_types.md refactor: annotation with __future__.annotations 2023-01-18 07:37:55 +01:00
scriv.ini ci: better github release management with scriv 2023-01-17 12:12:10 +01:00