Add python format and lint CI

This commit is contained in:
bbhtt
2024-11-07 14:02:10 +05:30
parent 1c29aa60d5
commit bf42f138a0
4 changed files with 28 additions and 4 deletions
-1
View File
@@ -48,7 +48,6 @@ def get_eol_refs(arch: str, remote: str) -> set:
def main() -> None:
token = os.environ["GITHUB_TOKEN"]
g = github.Github(auth=github.Auth.Token(token))
+1 -2
View File
@@ -10,13 +10,12 @@ from github.GithubException import (
def main() -> None:
token = os.environ["GITHUB_TOKEN"]
g = github.Github(auth=github.Auth.Token(token))
org = g.get_organization("flathub")
excludes = {}
# excludes = {}
earliest = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(
weeks=60