Feat/snake water gun game #15791
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
strings/min_cost_string_conversion.py#L114
strings/min_cost_string_conversion.py:114:22: W292 No newline at end of file
|
|
Ruff (W292):
other/snake_water_gun.py#L69
other/snake_water_gun.py:69:11: W292 No newline at end of file
|
|
Ruff (E501):
other/snake_water_gun.py#L50
other/snake_water_gun.py:50:89: E501 Line too long (90 > 88)
|
|
Ruff (E501):
other/snake_water_gun.py#L17
other/snake_water_gun.py:17:89: E501 Line too long (92 > 88)
|
|
Ruff (I001):
other/snake_water_gun.py#L4
other/snake_water_gun.py:4:1: I001 Import block is un-sorted or un-formatted
|