Skip to content

Mc 122 source collector main #103

Mc 122 source collector main

Mc 122 source collector main #103

Triggered via pull request December 26, 2024 23:24
Status Success
Total duration 27s
Artifacts

python_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 393 warnings
[flake8] pdap_api_client/AccessManager.py#L49 <251>: pdap_api_client/AccessManager.py#L49
unexpected spaces around keyword / parameter equals
[flake8] pdap_api_client/AccessManager.py#L49 <251>: pdap_api_client/AccessManager.py#L49
unexpected spaces around keyword / parameter equals
[flake8] source_collectors/ckan/constants.py#L2 <126>: source_collectors/ckan/constants.py#L2
continuation line over-indented for hanging indent
[flake8] source_collectors/ckan/constants.py#L13 <121>: source_collectors/ckan/constants.py#L13
continuation line under-indented for hanging indent
[flake8] source_collectors/ckan/constants.py#L16 <126>: source_collectors/ckan/constants.py#L16
continuation line over-indented for hanging indent
[flake8] source_collectors/ckan/constants.py#L38 <121>: source_collectors/ckan/constants.py#L38
continuation line under-indented for hanging indent
[flake8] source_collectors/ckan/main.py#L43 <305>: source_collectors/ckan/main.py#L43
expected 2 blank lines after class or function definition, found 1
[flake8] collector_db/BatchInfo.py#L1 <100>: collector_db/BatchInfo.py#L1
Missing docstring in public module
[flake8] collector_db/URLInfo.py#L1 <100>: collector_db/URLInfo.py#L1
Missing docstring in public module
[flake8] collector_db/models.py#L18 <101>: collector_db/models.py#L18
Missing docstring in public class
[flake8] collector_db/models.py#L49 <101>: collector_db/models.py#L49
Missing docstring in public class
[flake8] collector_db/models.py#L65 <101>: collector_db/models.py#L65
Missing docstring in public class
[flake8] collector_manager/CollectorManager.py#L15 <401>: collector_manager/CollectorManager.py#L15
'collector_manager.enums.CollectorType' imported but unused
[flake8] collector_manager/enums.py#L1 <100>: collector_manager/enums.py#L1
Missing docstring in public module
[flake8] collector_manager/enums.py#L4 <101>: collector_manager/enums.py#L4
Missing docstring in public class
[flake8] collector_manager/enums.py#L10 <101>: collector_manager/enums.py#L10
Missing docstring in public class
[flake8] collector_manager/enums.py#L19 <101>: collector_manager/enums.py#L19
Missing docstring in public class
[flake8] core/CoreCommandHandler.py#L1 <100>: core/CoreCommandHandler.py#L1
Missing docstring in public module
[flake8] core/CoreCommandHandler.py#L5 <401>: core/CoreCommandHandler.py#L5
'collector_manager.collector_mapping.COLLECTOR_MAPPING' imported but unused
[flake8] core/CoreCommandHandler.py#L8 <401>: core/CoreCommandHandler.py#L8
'core.SourceCollectorCore.SourceCollectorCore' imported but unused
[flake8] core/CoreCommandHandler.py#L10 <101>: core/CoreCommandHandler.py#L10
Missing docstring in public class
[flake8] core/CoreCommandHandler.py#L13 <101>: core/CoreCommandHandler.py#L13
Missing docstring in public class
[flake8] core/CoreCommandHandler.py#L28 <102>: core/CoreCommandHandler.py#L28
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L40 <102>: core/CoreCommandHandler.py#L40
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L48 <102>: core/CoreCommandHandler.py#L48
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L52 <541>: core/CoreCommandHandler.py#L52
f-string is missing placeholders
[flake8] core/CoreCommandHandler.py#L54 <102>: core/CoreCommandHandler.py#L54
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L66 <102>: core/CoreCommandHandler.py#L66
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L75 <102>: core/CoreCommandHandler.py#L75
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L79 <102>: core/CoreCommandHandler.py#L79
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L82 <102>: core/CoreCommandHandler.py#L82
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L93 <102>: core/CoreCommandHandler.py#L93
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L99 <102>: core/CoreCommandHandler.py#L99
Missing docstring in public method
[flake8] core/CoreCommandHandler.py#L106 <102>: core/CoreCommandHandler.py#L106
Missing docstring in public method
[flake8] core/CoreInterface.py#L1 <100>: core/CoreInterface.py#L1
Missing docstring in public module
[flake8] core/CoreInterface.py#L3 <401>: core/CoreInterface.py#L3
'collector_manager.CollectorManager.InvalidCollectorError' imported but unused
[flake8] core/CoreInterface.py#L16 <107>: core/CoreInterface.py#L16
Missing docstring in __init__
[flake8] core/CoreInterface.py#L20 <102>: core/CoreInterface.py#L20
Missing docstring in public method
[flake8] core/CoreInterface.py#L31 <102>: core/CoreInterface.py#L31
Missing docstring in public method
[flake8] core/CoreInterface.py#L34 <102>: core/CoreInterface.py#L34
Missing docstring in public method
[flake8] core/CoreInterface.py#L37 <102>: core/CoreInterface.py#L37
Missing docstring in public method
[flake8] core/CoreInterface.py#L43 <102>: core/CoreInterface.py#L43
Missing docstring in public method
[flake8] core/SourceCollectorCore.py#L1 <100>: core/SourceCollectorCore.py#L1
Missing docstring in public module
[flake8] core/SourceCollectorCore.py#L5 <401>: core/SourceCollectorCore.py#L5
'collector_manager.CollectorBase.CollectorCloseInfo' imported but unused
[flake8] core/SourceCollectorCore.py#L10 <401>: core/SourceCollectorCore.py#L10
'core.DTOs.CollectorStartParams.CollectorStartParams' imported but unused
[flake8] core/SourceCollectorCore.py#L17 <103>: core/SourceCollectorCore.py#L17
Missing docstring in public function
[flake8] core/SourceCollectorCore.py#L30 <101>: core/SourceCollectorCore.py#L30
Missing docstring in public class
[flake8] core/SourceCollectorCore.py#L34 <101>: core/SourceCollectorCore.py#L34
Missing docstring in public class
[flake8] core/SourceCollectorCore.py#L66 <102>: core/SourceCollectorCore.py#L66
Missing docstring in public method
[flake8] core/SourceCollectorCore.py#L89 <102>: core/SourceCollectorCore.py#L89
Missing docstring in public method
[flake8] core/enums.py#L1 <100>: core/enums.py#L1
Missing docstring in public module
[flake8] core/enums.py#L4 <101>: core/enums.py#L4
Missing docstring in public class
[flake8] core/enums.py#L8 <292>: core/enums.py#L8
no newline at end of file
[flake8] pdap_api_client/AccessManager.py#L57 <841>: pdap_api_client/AccessManager.py#L57
local variable 'url' is assigned to but never used
[flake8] pdap_api_client/DTOs.py#L1 <100>: pdap_api_client/DTOs.py#L1
Missing docstring in public module
[flake8] pdap_api_client/DTOs.py#L8 <101>: pdap_api_client/DTOs.py#L8
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L12 <101>: pdap_api_client/DTOs.py#L12
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L20 <101>: pdap_api_client/DTOs.py#L20
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L25 <101>: pdap_api_client/DTOs.py#L25
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L30 <101>: pdap_api_client/DTOs.py#L30
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L36 <101>: pdap_api_client/DTOs.py#L36
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L43 <101>: pdap_api_client/DTOs.py#L43
Missing docstring in public class
[flake8] pdap_api_client/DTOs.py#L52 <101>: pdap_api_client/DTOs.py#L52
Missing docstring in public class
[flake8] source_collectors/auto_googler/AutoGooglerCollector.py#L4 <401>: source_collectors/auto_googler/AutoGooglerCollector.py#L4
'source_collectors.auto_googler.schemas.AutoGooglerCollectorInnerOutputSchema' imported but unused
[flake8] source_collectors/muckrock/classes/MuckrockCollector.py#L13 <401>: source_collectors/muckrock/classes/MuckrockCollector.py#L13
'source_collectors.muckrock.classes.muckrock_fetchers.JurisdictionLoopFetcher.JurisdictionLoopFetcher' imported but unused
[flake8] source_collectors/muckrock/classes/muckrock_fetchers/MuckrockNextFetcher.py#L5 <401>: source_collectors/muckrock/classes/muckrock_fetchers/MuckrockNextFetcher.py#L5
'source_collectors.muckrock.classes.fetch_requests.FetchRequestBase.FetchRequest' imported but unused
[flake8] tests/conftest.py#L1 <100>: tests/conftest.py#L1
Missing docstring in public module
[flake8] tests/conftest.py#L12 <103>: tests/conftest.py#L12
Missing docstring in public function
[flake8] tests/conftest.py#L19 <103>: tests/conftest.py#L19
Missing docstring in public function
[flake8] tests/conftest.py#L24 <292>: tests/conftest.py#L24
no newline at end of file
[flake8] tests/source_collector/integration/test_core.py#L7 <401>: tests/source_collector/integration/test_core.py#L7
'core.SourceCollectorCore.SourceCollectorCore' imported but unused
[flake8] util/helper_functions.py#L1 <100>: util/helper_functions.py#L1
Missing docstring in public module
[flake8] util/helper_functions.py#L5 <103>: util/helper_functions.py#L5
Missing docstring in public function
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636