Learning CNN #10800
Annotations
4 errors
Ruff (INP001):
CNN/learning_cnn.py#L1
CNN/learning_cnn.py:1:1: INP001 File `CNN/learning_cnn.py` is part of an implicit namespace package. Add an `__init__.py`.
|
Ruff (I001):
CNN/learning_cnn.py#L1
CNN/learning_cnn.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
CNN/learning_cnn.py#L7
CNN/learning_cnn.py:7:89: E501 Line too long (93 > 88)
|
ruff
Process completed with exit code 1.
|