Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #134

Merged
merged 65 commits into from
Jan 9, 2025

Merge remote-tracking branch 'origin/dev' into dev

7e9d01b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Dev #134

Merge remote-tracking branch 'origin/dev' into dev
7e9d01b
Select commit
Loading
Failed to load commit list.
GitHub Actions / flake8 completed Jan 9, 2025 in 1s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (64)

api/main.py|39 col 1| Missing docstring in public function
api/main.py|44 col 5| local variable 'e' is assigned to but never used
apply_migrations.py|1 col 1| Missing docstring in public module
apply_migrations.py|14 col 33| no newline at end of file
collector_db/DTOs/URLInfo.py|1 col 1| Missing docstring in public module
collector_db/DatabaseClient.py|37 col 1| Missing docstring in public method
collector_db/DatabaseClient.py|279 col 1| Missing docstring in public method
collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py|21 col 1| Missing docstring in public function
collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py|34 col 5| too many blank lines (2)
collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py|53 col 1| Missing docstring in public function
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|21 col 1| Missing docstring in public function
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|24 col 9| continuation line under-indented for visual indent
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|42 col 9| continuation line under-indented for visual indent
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|50 col 9| continuation line under-indented for visual indent
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|60 col 9| continuation line under-indented for visual indent
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|71 col 9| continuation line under-indented for visual indent
collector_db/alembic/versions/d11f07224d1f_initial_creation.py|81 col 1| Missing docstring in public function
core/ScheduledTaskManager.py|1 col 1| Missing docstring in public module
source_collectors/ckan/CKANAPIInterface.py|5 col 1| Missing docstring in public class
source_collectors/ckan/DTOs.py|1 col 1| Missing docstring in public module
tests/manual/source_collectors/test_ckan_collector.py|21 col 1| Missing docstring in public function
tests/manual/source_collectors/test_ckan_collector.py|40 col 1| Missing docstring in public function
tests/manual/source_collectors/test_ckan_collector.py|45 col 15| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|46 col 17| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|47 col 19| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|49 col 21| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|56 col 17| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|57 col 19| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|59 col 21| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|65 col 17| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|66 col 19| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|68 col 21| continuation line under-indented for hanging indent
tests/manual/source_collectors/test_ckan_collector.py|80 col 43| no newline at end of file
tests/test_alembic/test_revisions.py|1 col 1| Missing docstring in public module
tests/test_alembic/test_revisions.py|8 col 1| 'sqlalchemy.Engine' imported but unused
tests/test_alembic/test_revisions.py|9 col 1| 'sqlalchemy.orm.Session' imported but unused
tests/test_alembic/test_revisions.py|16 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|21 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|27 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|33 col 1| Missing docstring in public class
tests/test_alembic/test_revisions.py|40 col 1| Missing docstring in public method
tests/test_alembic/test_revisions.py|45 col 1| Missing docstring in public method
tests/test_alembic/test_revisions.py|48 col 1| Missing docstring in public method
tests/test_alembic/test_revisions.py|51 col 1| Missing docstring in public method
tests/test_alembic/test_revisions.py|55 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|77 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|77 col 1| too many blank lines (4)
tests/test_alembic/test_revisions.py|98 col 1| Missing docstring in public function
tests/test_alembic/test_revisions.py|134 col 5| too many blank lines (3)
tests/test_alembic/test_revisions.py|146 col 9| local variable 'updated_2' is assigned to but never used
tests/test_alembic/test_revisions.py|151 col 1| blank line at end of file
tests/test_automated/integration/api/helpers/RequestValidator.py|111 col 1| Missing docstring in public method
tests/test_automated/integration/api/helpers/RequestValidator.py|121 col 17| f-string is missing placeholders
tests/test_automated/integration/api/test_example_collector.py|75 col 13| continuation line over-indented for hanging indent
tests/test_automated/integration/api/test_example_collector.py|92 col 5| too many blank lines (2)
tests/test_automated/integration/collector_db/test_db_client.py|1 col 1| Missing docstring in public module
tests/test_automated/integration/collector_db/test_db_client.py|1 col 1| 'time' imported but unused
tests/test_automated/integration/collector_db/test_db_client.py|87 col 1| Missing docstring in public function
tests/test_automated/integration/collector_db/test_db_client.py|97 col 5| too many blank lines (2)
tests/test_automated/integration/conftest.py|15 col 1| Missing docstring in public function
tests/test_automated/integration/core/test_core_logger.py|42 col 39| missing whitespace around arithmetic operator
tests/test_automated/integration/source_collectors/test_example_collector.py|46 col 5| too many blank lines (2)
util/helper_functions.py|22 col 1| Missing docstring in public function
util/helper_functions.py|25 col 32| no newline at end of file

Filtered Findings (0)

Annotations

Check warning on line 39 in api/main.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] api/main.py#L39 <103>

Missing docstring in public function
Raw output
./api/main.py:39:1: D103 Missing docstring in public function

Check warning on line 44 in api/main.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] api/main.py#L44 <841>

local variable 'e' is assigned to but never used
Raw output
./api/main.py:44:5: F841 local variable 'e' is assigned to but never used

Check warning on line 1 in apply_migrations.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] apply_migrations.py#L1 <100>

Missing docstring in public module
Raw output
./apply_migrations.py:1:1: D100 Missing docstring in public module

Check warning on line 14 in apply_migrations.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] apply_migrations.py#L14 <292>

no newline at end of file
Raw output
./apply_migrations.py:14:33: W292 no newline at end of file

Check warning on line 1 in collector_db/DTOs/URLInfo.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/DTOs/URLInfo.py#L1 <100>

Missing docstring in public module
Raw output
./collector_db/DTOs/URLInfo.py:1:1: D100 Missing docstring in public module

Check warning on line 37 in collector_db/DatabaseClient.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/DatabaseClient.py#L37 <102>

Missing docstring in public method
Raw output
./collector_db/DatabaseClient.py:37:1: D102 Missing docstring in public method

Check warning on line 279 in collector_db/DatabaseClient.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/DatabaseClient.py#L279 <102>

Missing docstring in public method
Raw output
./collector_db/DatabaseClient.py:279:1: D102 Missing docstring in public method

Check warning on line 21 in collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py#L21 <103>

Missing docstring in public function
Raw output
./collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py:21:1: D103 Missing docstring in public function

Check failure on line 34 in collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py#L34 <303>

too many blank lines (2)
Raw output
./collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py:34:5: E303 too many blank lines (2)

Check warning on line 53 in collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py#L53 <103>

Missing docstring in public function
Raw output
./collector_db/alembic/versions/a4750e7ff8e7_add_updated_at_to_url_table.py:53:1: D103 Missing docstring in public function

Check warning on line 21 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L21 <103>

Missing docstring in public function
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:21:1: D103 Missing docstring in public function

Check failure on line 24 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L24 <128>

continuation line under-indented for visual indent
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:24:9: E128 continuation line under-indented for visual indent

Check failure on line 42 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L42 <128>

continuation line under-indented for visual indent
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:42:9: E128 continuation line under-indented for visual indent

Check failure on line 50 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L50 <128>

continuation line under-indented for visual indent
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:50:9: E128 continuation line under-indented for visual indent

Check failure on line 60 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L60 <128>

continuation line under-indented for visual indent
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:60:9: E128 continuation line under-indented for visual indent

Check failure on line 71 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L71 <128>

continuation line under-indented for visual indent
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:71:9: E128 continuation line under-indented for visual indent

Check warning on line 81 in collector_db/alembic/versions/d11f07224d1f_initial_creation.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] collector_db/alembic/versions/d11f07224d1f_initial_creation.py#L81 <103>

Missing docstring in public function
Raw output
./collector_db/alembic/versions/d11f07224d1f_initial_creation.py:81:1: D103 Missing docstring in public function

Check warning on line 1 in core/ScheduledTaskManager.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] core/ScheduledTaskManager.py#L1 <100>

Missing docstring in public module
Raw output
./core/ScheduledTaskManager.py:1:1: D100 Missing docstring in public module

Check warning on line 5 in source_collectors/ckan/CKANAPIInterface.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] source_collectors/ckan/CKANAPIInterface.py#L5 <101>

Missing docstring in public class
Raw output
./source_collectors/ckan/CKANAPIInterface.py:5:1: D101 Missing docstring in public class

Check warning on line 1 in source_collectors/ckan/DTOs.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] source_collectors/ckan/DTOs.py#L1 <100>

Missing docstring in public module
Raw output
./source_collectors/ckan/DTOs.py:1:1: D100 Missing docstring in public module

Check warning on line 21 in tests/manual/source_collectors/test_ckan_collector.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/manual/source_collectors/test_ckan_collector.py#L21 <103>

Missing docstring in public function
Raw output
./tests/manual/source_collectors/test_ckan_collector.py:21:1: D103 Missing docstring in public function

Check warning on line 40 in tests/manual/source_collectors/test_ckan_collector.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/manual/source_collectors/test_ckan_collector.py#L40 <103>

Missing docstring in public function
Raw output
./tests/manual/source_collectors/test_ckan_collector.py:40:1: D103 Missing docstring in public function

Check failure on line 45 in tests/manual/source_collectors/test_ckan_collector.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/manual/source_collectors/test_ckan_collector.py#L45 <121>

continuation line under-indented for hanging indent
Raw output
./tests/manual/source_collectors/test_ckan_collector.py:45:15: E121 continuation line under-indented for hanging indent

Check failure on line 46 in tests/manual/source_collectors/test_ckan_collector.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/manual/source_collectors/test_ckan_collector.py#L46 <121>

continuation line under-indented for hanging indent
Raw output
./tests/manual/source_collectors/test_ckan_collector.py:46:17: E121 continuation line under-indented for hanging indent

Check failure on line 47 in tests/manual/source_collectors/test_ckan_collector.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/manual/source_collectors/test_ckan_collector.py#L47 <121>

continuation line under-indented for hanging indent
Raw output
./tests/manual/source_collectors/test_ckan_collector.py:47:19: E121 continuation line under-indented for hanging indent