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

EthicML CI

EthicML CI #1292

Triggered via merge group July 24, 2023 21:08
Status Failure
Total duration 1m 21s
Artifacts

continuous_integration.yml

on: merge_group
lint_with_ruff
20s
lint_with_ruff
format_with_black
21s
format_with_black
check_docstrings
52s
check_docstrings
check_with_darglint
24s
check_with_darglint
test_minimal_dependencies
30s
test_minimal_dependencies
test_full_dependencies
1m 11s
test_full_dependencies
test_with_pytest
0s
test_with_pytest
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (PTH201): ethicml/models/inprocess/installed_model.py#L50
ethicml/models/inprocess/installed_model.py:50:38: PTH201 Do not pass the current directory explicitly to `Path`
Ruff (PTH201): ethicml/models/preprocess/pre_subprocess.py#L62
ethicml/models/preprocess/pre_subprocess.py:62:22: PTH201 Do not pass the current directory explicitly to `Path`
Ruff (PTH201): ethicml/plot/plotting.py#L340
ethicml/plot/plotting.py:340:22: PTH201 Do not pass the current directory explicitly to `Path`
Ruff (PTH201): ethicml/run/evaluate.py#L42
ethicml/run/evaluate.py:42:25: PTH201 Do not pass the current directory explicitly to `Path`
Ruff (PTH201): ethicml/run/evaluate.py#L134
ethicml/run/evaluate.py:134:19: PTH201 Do not pass the current directory explicitly to `Path`
Ruff (PLC0105): ethicml/run/parallelism.py#L65
ethicml/run/parallelism.py:65:7: PLC0105 `TypeVar` name "_RT" does not reflect its covariance; consider renaming it to "_RT_co"
lint_with_ruff
Process completed with exit code 1.