6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-15 17:47:13 +00:00
tutor/tutor/commands
Carlos Muniz ac1a875f42 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 08:36:14 +01:00
..
upgrade fix: respect RUN_MYSQL on k8s maple upgrade 2023-01-09 13:01:48 +01:00
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
compose.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
config.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
context.py feat: pluggable local/dev/k8s do <job> commands 2022-11-15 09:46:08 +01:00
dev.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
images.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
jobs.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
k8s.py depr: get rid of quickstart command 2022-12-13 17:25:43 +01:00
local.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00
plugins.py refactor: annotation with __future__.annotations 2023-01-18 08:36:14 +01:00