date from version #52
Annotations
10 errors and 1 warning
Ruff (I001):
heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:8: F401 `glob` imported but unused
|
Ruff (E501):
heatchmap/gpmap.py#L156
heatchmap/gpmap.py:156:131: E501 Line too long (248 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L158
heatchmap/gpmap.py:158:131: E501 Line too long (185 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L219
heatchmap/gpmap.py:219:131: E501 Line too long (186 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L223
heatchmap/gpmap.py:223:131: E501 Line too long (198 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L224
heatchmap/gpmap.py:224:131: E501 Line too long (186 > 130)
|
Ruff (F821):
heatchmap/gpmap.py#L236
heatchmap/gpmap.py:236:41: F821 Undefined name `MERIDIAN`
|
Ruff (F821):
heatchmap/gpmap.py#L237
heatchmap/gpmap.py:237:41: F821 Undefined name `MERIDIAN`
|
Ruff (E501):
heatchmap/gpmap.py#L263
heatchmap/gpmap.py:263:131: E501 Line too long (132 > 130)
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|