column validation #4
Merged
Annotations
6 errors and 1 warning
|
|
|
tests/test_regression_evaluation.py#L109
tests/test_regression_evaluation.py:109:9: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
|
example/001_create_models.py#L15
example/001_create_models.py:15:5: SIM105 Use `contextlib.suppress(FileExistsError)` instead of `try`-`except`-`pass`
|
|
|
|
tests/test_regression_evaluation.py#L109
tests/test_regression_evaluation.py:109:9: SIM118 Use `key in dict` instead of `key in dict.keys()`
|
|
example/001_create_models.py#L15
example/001_create_models.py:15:5: SIM105 Use `contextlib.suppress(FileExistsError)` instead of `try`-`except`-`pass`
|
|
|
The logs for this run have expired and are no longer available.
Loading