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
continuous_integration.yml
on: pull_request
lint_with_ruff
19s
format_with_black
37s
check_with_pydoclint
19s
test_minimal_dependencies
29s
test_build_docs
3m 38s
test_with_pytest
0s
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/
|