migrations: fix existing migrations scripts #1741
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
Lint
No module named migrations/20221014061654_set_timeout.py
|
Lint:
api/email_sender.py#L18
Too few public methods (1/2)
|
Lint:
migrations/20231102101356_user.py#L1
Module name "20231102101356_user" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L14
Constant name "name" doesn't conform to UPPER_CASE naming style
|
Lint:
migrations/20231102101356_user.py#L30
The if statement can be replaced with 'return bool(test)'
|
Lint:
migrations/20231102101356_user.py#L30
Unnecessary "else" after "return"
|
Lint:
migrations/20231102101356_user.py#L36
Argument name "db" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L36
Missing function or method docstring
|
Lint:
migrations/20231102101356_user.py#L82
Argument name "db" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L82
Missing function or method docstring
|
check (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|