Manual codestyle fixes #1596
build-and-release.yaml
on: push
static-code-analysis
30s
check-compiled-requirements
55s
Matrix: build
Annotations
9 errors
Ruff (I001):
tests/contacts/test_process_mail.py#L6
tests/contacts/test_process_mail.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/contacts/test_remote_sync.py#L1
tests/contacts/test_remote_sync.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/events/test_ics_parsing.py#L1
tests/events/test_ics_parsing.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/scheduling/test_sync_start_logic.py#L1
tests/scheduling/test_sync_start_logic.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/scheduling/test_syncback_logic.py#L1
tests/scheduling/test_syncback_logic.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/transactions/test_action_scheduling.py#L1
tests/transactions/test_action_scheduling.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/transactions/test_delta_sync.py#L1
tests/transactions/test_delta_sync.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/transactions/test_transaction_creation.py#L1
tests/transactions/test_transaction_creation.py:1:1: I001 Import block is un-sorted or un-formatted
|
static-code-analysis
Process completed with exit code 1.
|