extmod/zephyr_kernel: NSI investigation - preserved for reference. #965
Annotations
5 errors
ruff
Process completed with exit code 1.
|
Ruff (E701):
ports/unix/yacctab.py#L24
ports/unix/yacctab.py:24:29: E701 Multiple statements on one line (colon)
|
Ruff (E713):
ports/unix/yacctab.py#L24
ports/unix/yacctab.py:24:15: E713 Test for membership should be `not in`
|
Ruff (E701):
ports/unix/yacctab.py#L15
ports/unix/yacctab.py:15:30: E701 Multiple statements on one line (colon)
|
Ruff (E713):
ports/unix/yacctab.py#L15
ports/unix/yacctab.py:15:14: E713 Test for membership should be `not in`
|