linting cleanups

This commit is contained in:
Neill Cox 2023-09-22 17:35:29 +10:00
parent 3bf347f7a2
commit 4daf1b9c2f
5 changed files with 672 additions and 8 deletions

View file

@ -102,6 +102,7 @@ def build_containers_yaml(args):
def deploy_sh(args):
"""Write out a deploy script"""
home = os.environ.get("HOME")
template = (
@ -122,7 +123,10 @@ def deploy_sh(args):
def set_hostname(args):
pass
"""Set the hostname - NYI"""
# pylint: disable=unused-argument
print("set_hostname is not yet implemented")
def main():