Lock file maintenance #2277
check-build-deploy.yaml
on: pull_request
Annotations
8 errors and 1 warning
|
ruff-lint
Process completed with exit code 1.
|
|
ruff (FURB110):
utils/tex_bot_base_cog.py#L152
utils/tex_bot_base_cog.py:152:25: FURB110 Replace ternary `if` expression with `or` operator
|
|
ruff (FURB110):
utils/tex_bot.py#L316
utils/tex_bot.py:316:17: FURB110 Replace ternary `if` expression with `or` operator
|
|
ruff (FURB110):
utils/tex_bot.py#L294
utils/tex_bot.py:294:13: FURB110 Replace ternary `if` expression with `or` operator
|
|
ruff (FURB110):
exceptions/config_changes.py#L39
exceptions/config_changes.py:39:13: FURB110 Replace ternary `if` expression with `or` operator
|
|
ruff (FURB110):
config.py#L884
config.py:884:13: FURB110 Replace ternary `if` expression with `or` operator
|
|
ruff (FURB110):
cogs/committee_actions_tracking.py#L241
cogs/committee_actions_tracking.py:241:26: FURB110 Replace ternary `if` expression with `or` operator
|
|
pre-commit
Process completed with exit code 1.
|
|
pytest
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|