mirror of
https://github.com/librekeys/in.suyogtandel.picoforge.git
synced 2026-07-28 08:01:19 -07:00
Add python format and lint CI
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user