From f7ba03d2fcddfa7c91d705465ecb99caf77374bd Mon Sep 17 00:00:00 2001 From: Lucina Date: Sun, 1 Jan 2023 20:49:39 +0000 Subject: [PATCH] Delete TODO.md (#29) Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com> --- TODO.md | 13 ------------- bot/main.py | 6 ------ 2 files changed, 19 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 9e81dfb9..00000000 --- a/TODO.md +++ /dev/null @@ -1,13 +0,0 @@ -Split up dev-dep files like publish.in into more atomic files. -Allow configuring whether pyright is allowed to fail. -Make the actions dir if it doesn't exist. -Have more copy handling (plus a skip_copy)config, -Add a non-template system for partially updating yaml and toml files. -verify-markup isn't actually failing when it fails -Verify piper config (that all the names work) -random idea could i add license handling to me CI -Allow for multiple constraint files -PR in a fix for Starlette's uses of typing.Callable without args in type hints. -Handle reauthing when a token returns a 403 to make sure if the token is ever externally revoked we handle that. -Probably listen for being removed from an installation to remove its tokens. # I think this might also need to cover when an installation is updated? -Ensure gogo.patch is in git ignore diff --git a/bot/main.py b/bot/main.py index d85ac813..5d1e7448 100644 --- a/bot/main.py +++ b/bot/main.py @@ -933,9 +933,3 @@ async def run_process( else: output.write(result.stdout.decode()) - - -# TODO: for some reason this is getting stuck on a background task while trying to stop it -# TODO: this probably shouldn't run on a PR with conflicts. -# TODO: edge cases where the token expires mid-run. -# TODO: rerun requests.