fix(main.py): Improve bulk-set robustness #2272
Annotations
1 error and 5 warnings
Run marian-code/python-lint-annotate@v3:
api/main.py#L37
Unable to import 'kernelci.api.models'
|
Run marian-code/python-lint-annotate@v3:
api/main.py#L717
Too many local variables (16/15)
|
Run marian-code/python-lint-annotate@v3:
api/main.py#L775
Missing class docstring
|
Run marian-code/python-lint-annotate@v3:
api/main.py#L806
Consider merging these comparisons with "in" to "value in ('true', 'True')"
|
Run marian-code/python-lint-annotate@v3:
api/main.py#L808
Consider merging these comparisons with "in" to "value in ('false', 'False')"
|
Run marian-code/python-lint-annotate@v3:
api/main.py#L62
third party import "from pydantic import BaseModel" should be placed before "from .auth import Authentication"
|
Loading