Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Build(deps-dev): Bump ruff from 0.5.7 to 0.6.1 #1853

Build(deps-dev): Bump ruff from 0.5.7 to 0.6.1

Build(deps-dev): Bump ruff from 0.5.7 to 0.6.1 #1853

Triggered via pull request August 19, 2024 16:05
Status Failure
Total duration 3m 47s
Artifacts

continuous_integration.yml

on: pull_request
lint_with_ruff
19s
lint_with_ruff
format_with_black
37s
format_with_black
check_with_pydoclint
19s
check_with_pydoclint
test_minimal_dependencies
29s
test_minimal_dependencies
test_build_docs
3m 38s
test_build_docs
test_with_pytest
0s
test_with_pytest
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
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.
format_with_black
Process completed with exit code 1.
check_with_pydoclint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint_with_ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_minimal_dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
format_with_black
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_build_docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/