Ap/async logger #58
Annotations
4 errors and 10 warnings
|
src/instructlab/training/async_logger.py#L40
E1143: '{print(f'\x1b[92m{json.dumps(data, indent=4)}\x1b[0m')}' is unhashable and can't be used as a member in a set (unhashable-member)
|
|
|
src/instructlab/training/utils.py#L35
W0702: No exception type(s) specified (bare-except)
|
src/instructlab/training/async_logger.py#L22
W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation)
|
src/instructlab/training/async_logger.py#L23
W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation)
|
src/instructlab/training/async_logger.py#L24
W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
|
src/instructlab/training/async_logger.py#L25
W0311: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
|
src/instructlab/training/async_logger.py#L26
W0311: Bad indentation. Found 24 spaces, expected 20 (bad-indentation)
|
src/instructlab/training/async_logger.py#L27
W0311: Bad indentation. Found 28 spaces, expected 24 (bad-indentation)
|
src/instructlab/training/async_logger.py#L28
W0311: Bad indentation. Found 12 spaces, expected 8 (bad-indentation)
|
src/instructlab/training/async_logger.py#L30
W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
|
src/instructlab/training/async_logger.py#L40
C0303: Trailing whitespace (trailing-whitespace)
|
This job failed
Loading