LOC #14037
Annotations
7 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
data_structures/LOC_calc.py#L30
data_structures/LOC_calc.py:30:89: E501 Line too long (138 > 88)
|
Ruff (BLE001):
data_structures/LOC_calc.py#L18
data_structures/LOC_calc.py:18:24: BLE001 Do not catch blind exception: `Exception`
|
Ruff (E501):
data_structures/LOC_calc.py#L15
data_structures/LOC_calc.py:15:89: E501 Line too long (93 > 88)
|
Ruff (UP015):
data_structures/LOC_calc.py#L14
data_structures/LOC_calc.py:14:42: UP015 Unnecessary mode argument
|
Ruff (I001):
data_structures/LOC_calc.py#L1
data_structures/LOC_calc.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (N999):
data_structures/LOC_calc.py#L1
data_structures/LOC_calc.py:1:1: N999 Invalid module name: 'LOC_calc'
|