Skip to content

Solve pydocstyle errors #19

@orviz

Description

@orviz

Current set of errors:

openapi_server/controllers/security_controller_.py:1 at module level:
        D100: Missing docstring in public module
openapi_server/controllers/app_controller.py:1 at module level:
        D100: Missing docstring in public module
openapi_server/controllers/app_controller.py:9 in public function `get_ml_app_by_name`:
        D400: First line should end with a period (not 'e')
openapi_server/controllers/app_controller.py:21 in public function `update_ml_app`:
        D400: First line should end with a period (not 'p')
openapi_server/controllers/app_controller.py:21 in public function `update_ml_app`:
        D401: First line should be in imperative mood (perhaps 'Update', not 'Updated')
openapi_server/controllers/__init__.py:1 at module level:
        D104: Missing docstring in public package

Dependencies: pip install pydocstyle

Reference: https://github.com/mitmproxy/pdoc

Metadata

Metadata

Assignees

Labels

1.0.0Release 1.0.0bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions