Skip to content

Add TOTP Authorization to moonraker auth. algo #1395

Add TOTP Authorization to moonraker auth. algo

Add TOTP Authorization to moonraker auth. algo #1395

Triggered via pull request April 23, 2024 22:52
@SlimRGSlimRG
synchronize #844
SlimRG:master
Status Failure
Total duration 28s
Artifacts

test_code.yaml

on: pull_request
lint-python-code
21s
lint-python-code
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint-python-code
determine which types to install with no files to check (and no cache from previous mypy run)
lint-python-code
Process completed with exit code 1.
lint-python-code: moonraker/components/authorization.py#L116
line too long (89 > 88 characters)
lint-python-code: moonraker/components/authorization.py#L118
line too long (101 > 88 characters)
lint-python-code: moonraker/components/authorization.py#L370
blank line contains whitespace
lint-python-code: moonraker/components/authorization.py#L377
blank line contains whitespace
lint-python-code: moonraker/components/authorization.py#L470
line too long (98 > 88 characters)
lint-python-code: moonraker/components/authorization.py#L524
line too long (102 > 88 characters)
lint-python-code: moonraker/components/authorization.py#L543
line too long (102 > 88 characters)
lint-python-code: moonraker/components/authorization.py#L548
comparison to False should be 'if cond is False:' or 'if not cond:'
lint-python-code: moonraker/components/authorization.py#L550
comparison to False should be 'if cond is False:' or 'if not cond:'