Release v1.28.0 #9074
code-quality.yml
on: pull_request
Check import sorting
9m 1s
Check code formatting with black
22s
Code style (flake8)
2m 31s
Check for model changes not present in the migrations
3m 31s
Check code formatting with prettier
32s
Lint code with ruff
16s
Python security check using Bandit
2m 0s
Annotations
4 errors and 1 warning
Lint code with ruff
Process completed with exit code 1.
|
Lint code with ruff:
src/open_inwoner/cms/cases/views/services.py#L181
src/open_inwoner/cms/cases/views/services.py:181:25: PERF401 Use `list.extend` to create a transformed list
|
Lint code with ruff:
src/open_inwoner/cms/cases/views/services.py#L129
src/open_inwoner/cms/cases/views/services.py:129:25: PERF401 Use `list.extend` to create a transformed list
|
Python security check using Bandit
Process completed with exit code 1.
|
Check import sorting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|