fix: Ignore some types from broken linting
All checks were successful
Build Docker / BuildImage (push) Successful in 41s
Check Code Quality / RuffCheck (push) Successful in 53s

This commit is contained in:
2026-03-04 20:13:10 +11:00
parent 8ba8962cb8
commit bfaa83021f
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ def index():
html_url = git["repo"]["html_url"]
repo = '<a href="' + html_url + '" target="_blank">' + repo_name + "</a>"
timezone_offset = TZ.utcoffset(datetime.datetime.now()).total_seconds() / 3600
timezone_offset = TZ.utcoffset(datetime.datetime.now()).total_seconds() / 3600 # type: ignore
time = datetime.datetime.now().strftime("%B %d")
time += """
<span id=\"time\"></span>