Merge pull request #3 from Hitchwiki/tillwenke/replace-print-with-logger #68
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#L170
heatchmap/gpmap.py:170:131: E501 Line too long (248 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L172
heatchmap/gpmap.py:172:131: E501 Line too long (191 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L239
heatchmap/gpmap.py:239:131: E501 Line too long (267 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L242
heatchmap/gpmap.py:242:131: E501 Line too long (270 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L243
heatchmap/gpmap.py:243:131: E501 Line too long (267 > 130)
|
Ruff (F821):
heatchmap/gpmap.py#L256
heatchmap/gpmap.py:256:41: F821 Undefined name `MERIDIAN`
|
Ruff (F821):
heatchmap/gpmap.py#L257
heatchmap/gpmap.py:257:41: F821 Undefined name `MERIDIAN`
|
Ruff (E501):
heatchmap/gpmap.py#L283
heatchmap/gpmap.py:283: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
|