diff --git a/dodo.py b/dodo.py index 7224bec..95a8be5 100644 --- a/dodo.py +++ b/dodo.py @@ -81,17 +81,6 @@ def task_clean_container_runtime(): } -def task_clean_git(): - """Clean the Git repo.""" - return { - "actions": None, - "clean": [ - "git clean -fdx", - "git checkout -f", - ], - } - - #def task_check_python(): # """Check that the latest supported Python version is installed (WIP). #