api.db: enable boolean query fields for GET requests #1664
Annotations
9 warnings
Lint:
migrations/20231102101356_user.py#L1
Module name "20231102101356_user" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L10
Constant name "name" doesn't conform to UPPER_CASE naming style
|
Lint:
migrations/20231102101356_user.py#L14
Argument name "db" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L14
Missing function or method docstring
|
Lint:
migrations/20231102101356_user.py#L35
Argument name "db" doesn't conform to snake_case naming style
|
Lint:
migrations/20231102101356_user.py#L35
Missing function or method docstring
|
Lint:
migrations/20231102101356_user.py#L35
Unused argument 'db'
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|