Skip to content
GitHub Actions / flake8 completed Jan 9, 2025 in 1s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (18)

database_client/database_client.py|1490 col 1| Missing docstring in public method
database_client/database_client.py|1528 col 1| indentation contains tabs
database_client/database_client.py|1528 col 1| indentation contains mixed spaces and tabs
middleware/primary_resource_logic/metrics_logic.py|1 col 1| Missing docstring in public module
middleware/primary_resource_logic/metrics_logic.py|4 col 1| Missing docstring in public function
middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py|1 col 1| Missing docstring in public module
middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py|6 col 1| Missing docstring in public class
resources/Metrics.py|1 col 1| Missing docstring in public module
resources/Metrics.py|15 col 1| Missing docstring in public class
resources/Metrics.py|26 col 1| Missing docstring in public method
resources/Metrics.py|26 col 19| Unused argument 'access_info'
tests/helper_scripts/helper_classes/RequestValidator.py|613 col 1| Missing docstring in public method
tests/helper_scripts/helper_classes/RequestValidator.py|618 col 22| f-string is missing placeholders
tests/integration/test_metrics.py|1 col 1| Missing docstring in public module
tests/integration/test_metrics.py|4 col 1| 'conftest.test_data_creator_flask' imported but unused
tests/integration/test_metrics.py|4 col 1| 'conftest.monkeysession' imported but unused
tests/integration/test_metrics.py|7 col 1| Missing docstring in public function
tests/integration/test_metrics.py|7 col 18| redefinition of unused 'test_data_creator_flask' from line 4

Filtered Findings (0)

Annotations

Check warning on line 1490 in database_client/database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] database_client/database_client.py#L1490 <102>

Missing docstring in public method
Raw output
./database_client/database_client.py:1490:1: D102 Missing docstring in public method

Check warning on line 1528 in database_client/database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] database_client/database_client.py#L1528 <191>

indentation contains tabs
Raw output
./database_client/database_client.py:1528:1: W191 indentation contains tabs

Check failure on line 1528 in database_client/database_client.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] database_client/database_client.py#L1528 <101>

indentation contains mixed spaces and tabs
Raw output
./database_client/database_client.py:1528:1: E101 indentation contains mixed spaces and tabs

Check warning on line 1 in middleware/primary_resource_logic/metrics_logic.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] middleware/primary_resource_logic/metrics_logic.py#L1 <100>

Missing docstring in public module
Raw output
./middleware/primary_resource_logic/metrics_logic.py:1:1: D100 Missing docstring in public module

Check warning on line 4 in middleware/primary_resource_logic/metrics_logic.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] middleware/primary_resource_logic/metrics_logic.py#L4 <103>

Missing docstring in public function
Raw output
./middleware/primary_resource_logic/metrics_logic.py:4:1: D103 Missing docstring in public function

Check warning on line 1 in middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py#L1 <100>

Missing docstring in public module
Raw output
./middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py:1:1: D100 Missing docstring in public module

Check warning on line 6 in middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py#L6 <101>

Missing docstring in public class
Raw output
./middleware/schema_and_dto_logic/primary_resource_schemas/metrics_schemas.py:6:1: D101 Missing docstring in public class

Check warning on line 1 in resources/Metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] resources/Metrics.py#L1 <100>

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

Check warning on line 15 in resources/Metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] resources/Metrics.py#L15 <101>

Missing docstring in public class
Raw output
./resources/Metrics.py:15:1: D101 Missing docstring in public class

Check warning on line 26 in resources/Metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] resources/Metrics.py#L26 <102>

Missing docstring in public method
Raw output
./resources/Metrics.py:26:1: D102 Missing docstring in public method

Check warning on line 26 in resources/Metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] resources/Metrics.py#L26 <100>

Unused argument 'access_info'
Raw output
./resources/Metrics.py:26:19: U100 Unused argument 'access_info'

Check warning on line 613 in tests/helper_scripts/helper_classes/RequestValidator.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/helper_scripts/helper_classes/RequestValidator.py#L613 <102>

Missing docstring in public method
Raw output
./tests/helper_scripts/helper_classes/RequestValidator.py:613:1: D102 Missing docstring in public method

Check warning on line 618 in tests/helper_scripts/helper_classes/RequestValidator.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/helper_scripts/helper_classes/RequestValidator.py#L618 <541>

f-string is missing placeholders
Raw output
./tests/helper_scripts/helper_classes/RequestValidator.py:618:22: F541 f-string is missing placeholders

Check warning on line 1 in tests/integration/test_metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_metrics.py#L1 <100>

Missing docstring in public module
Raw output
./tests/integration/test_metrics.py:1:1: D100 Missing docstring in public module

Check warning on line 4 in tests/integration/test_metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_metrics.py#L4 <401>

'conftest.test_data_creator_flask' imported but unused
Raw output
./tests/integration/test_metrics.py:4:1: F401 'conftest.test_data_creator_flask' imported but unused

Check warning on line 4 in tests/integration/test_metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_metrics.py#L4 <401>

'conftest.monkeysession' imported but unused
Raw output
./tests/integration/test_metrics.py:4:1: F401 'conftest.monkeysession' imported but unused

Check warning on line 7 in tests/integration/test_metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_metrics.py#L7 <103>

Missing docstring in public function
Raw output
./tests/integration/test_metrics.py:7:1: D103 Missing docstring in public function

Check warning on line 7 in tests/integration/test_metrics.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] tests/integration/test_metrics.py#L7 <811>

redefinition of unused 'test_data_creator_flask' from line 4
Raw output
./tests/integration/test_metrics.py:7:18: F811 redefinition of unused 'test_data_creator_flask' from line 4