[wip] feat: air fryer refactor #503
Draft
Annotations
10 errors
|
|
|
Fail if any steps failed
Process completed with exit code 1.
|
|
Fail if any steps failed
Ruff linting failed
|
|
Lint with Ruff
Process completed with exit code 1.
|
|
Lint with Ruff:
src/pyvesync/devices/vesynckitchen.py#L532
src/pyvesync/devices/vesynckitchen.py:532:31: FURB110 Replace ternary `if` expression with `or` operator
help: Replace with `or` operator
|
|
Lint with Ruff:
src/pyvesync/devices/vesynckitchen.py#L531
src/pyvesync/devices/vesynckitchen.py:531:30: FURB110 Replace ternary `if` expression with `or` operator
help: Replace with `or` operator
|
|
Lint with Ruff:
src/pyvesync/base_devices/fryer_base.py#L257
src/pyvesync/base_devices/fryer_base.py:257:44: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
|
Lint with Ruff:
src/pyvesync/base_devices/fryer_base.py#L205
src/pyvesync/base_devices/fryer_base.py:205:37: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
|
Lint with Ruff:
src/pyvesync/base_devices/fryer_base.py#L186
src/pyvesync/base_devices/fryer_base.py:186:37: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
|
Lint with Ruff:
src/pyvesync/base_devices/fryer_base.py#L169
src/pyvesync/base_devices/fryer_base.py:169:51: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
Loading