Switch to UV #1871
continuous_integration.yml
on: pull_request
lint_with_ruff
17s
format_with_black
15s
check_with_pydoclint
14s
test_minimal_dependencies
17s
test_build_docs
33s
test_with_pytest
0s
Annotations
9 errors and 5 warnings
check_with_pydoclint
Process completed with exit code 1.
|
format_with_black
Process completed with exit code 1.
|
Ruff (PLR1730):
ethicml/plot/common.py#L112
ethicml/plot/common.py:112:9: PLR1730 Replace `if` statement with `max_xmean = max(xmean + (0.5 * xstd), max_xmean)`
|
Ruff (PLR1730):
ethicml/plot/common.py#L114
ethicml/plot/common.py:114:9: PLR1730 Replace `if` statement with `min_xmean = min(xmean - (0.5 * xstd), min_xmean)`
|
Ruff (PLR1730):
ethicml/plot/common.py#L119
ethicml/plot/common.py:119:9: PLR1730 Replace `if` statement with `max_ymean = max(ymean + (0.5 * ystd), max_ymean)`
|
Ruff (PLR1730):
ethicml/plot/common.py#L121
ethicml/plot/common.py:121:9: PLR1730 Replace `if` statement with `min_ymean = min(ymean - (0.5 * ystd), min_ymean)`
|
Ruff (PLR1730):
ethicml/run/cross_validator.py#L73
ethicml/run/cross_validator.py:73:13: PLR1730 Replace `if` statement with `max_fold_id = max(result.fold_id, max_fold_id)`
|
lint_with_ruff
Process completed with exit code 1.
|
test_build_docs
Process completed with exit code 2.
|
check_with_pydoclint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format_with_black
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_minimal_dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint_with_ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_build_docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|