column validation #4
Merged
Annotations
6 errors and 1 warning
|
If needed, commit ruff check
Process completed with exit code 1.
|
|
If needed, commit ruff check:
tests/test_regression_evaluation.py#L109
tests/test_regression_evaluation.py:109:9: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
|
If needed, commit ruff check:
example/001_create_models.py#L15
example/001_create_models.py:15:5: SIM105 Use `contextlib.suppress(FileExistsError)` instead of `try`-`except`-`pass`
|
|
Run astral-sh/ruff-action@v3
The process '/opt/hostedtoolcache/ruff/0.14.10/x86_64/ruff' failed with exit code 1
|
|
Run astral-sh/ruff-action@v3:
tests/test_regression_evaluation.py#L109
tests/test_regression_evaluation.py:109:9: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
|
Run astral-sh/ruff-action@v3:
example/001_create_models.py#L15
example/001_create_models.py:15:5: SIM105 Use `contextlib.suppress(FileExistsError)` instead of `try`-`except`-`pass`
|
|
Run astral-sh/ruff-action@v3
Could not parse version from /home/runner/work/ColdSnap/ColdSnap/pyproject.toml. Using latest version.
|
Loading