Skip to content

Reformat with black #93

Reformat with black

Reformat with black #93

Triggered via push June 10, 2024 12:18
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error and 30 warnings
Error
No event triggers defined in `on`
[flake8] resources/QuickSearch.py#L1 <100>: resources/QuickSearch.py#L1
Missing docstring in public module
[flake8] tests/resources/test_DataSources.py#L9 <811>: tests/resources/test_DataSources.py#L9
redefinition of unused 'client_with_mock_db' from line 6
[flake8] tests/utilities/test_managed_cursor.py#L3 <401>: tests/utilities/test_managed_cursor.py#L3
'tests.fixtures.dev_db_connection' imported but unused
[flake8] tests/utilities/test_managed_cursor.py#L14 <811>: tests/utilities/test_managed_cursor.py#L14
redefinition of unused 'dev_db_connection' from line 3
[flake8] tests/utilities/test_managed_cursor.py#L15 <205>: tests/utilities/test_managed_cursor.py#L15
1 blank line required between summary line and description
[flake8] tests/utilities/test_managed_cursor.py#L32 <631>: tests/utilities/test_managed_cursor.py#L32
assertion is always true, perhaps remove parentheses?
[flake8] tests/utilities/test_managed_cursor.py#L39 <811>: tests/utilities/test_managed_cursor.py#L39
redefinition of unused 'dev_db_connection' from line 3
[flake8] tests/utilities/test_managed_cursor.py#L40 <205>: tests/utilities/test_managed_cursor.py#L40
1 blank line required between summary line and description
[flake8] tests/utilities/test_managed_cursor.py#L52 <631>: tests/utilities/test_managed_cursor.py#L52
assertion is always true, perhaps remove parentheses?
[flake8] utilities/managed_cursor.py#L1 <100>: utilities/managed_cursor.py#L1
Missing docstring in public module