Skip to content

Bump vweevers/additional-tags-action from 1.0.0 to 2.0.0 #6

Bump vweevers/additional-tags-action from 1.0.0 to 2.0.0

Bump vweevers/additional-tags-action from 1.0.0 to 2.0.0 #6

Triggered via pull request May 26, 2024 08:42
Status Failure
Total duration 28s
Artifacts

linting.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (PGH004): examples/estimate.py#L4
examples/estimate.py:4:21: PGH004 Use specific rule codes when using `noqa`
Ruff (PGH004): examples/estimate.py#L6
examples/estimate.py:6:28: PGH004 Use specific rule codes when using `noqa`
Ruff (E501): src/open_meteo_solar_forecast/constants.py#L3
src/open_meteo_solar_forecast/constants.py:3:89: E501 Line too long (90 > 88)
Ruff (E501): src/open_meteo_solar_forecast/constants.py#L5
src/open_meteo_solar_forecast/constants.py:5:89: E501 Line too long (90 > 88)
Ruff (E501): src/open_meteo_solar_forecast/constants.py#L6
src/open_meteo_solar_forecast/constants.py:6:89: E501 Line too long (99 > 88)
Ruff (E501): src/open_meteo_solar_forecast/models.py#L101
src/open_meteo_solar_forecast/models.py:101:89: E501 Line too long (90 > 88)
Ruff (I001): src/open_meteo_solar_forecast/open_meteo_solar_forecast.py#L3
src/open_meteo_solar_forecast/open_meteo_solar_forecast.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/open_meteo_solar_forecast/open_meteo_solar_forecast.py#L7
src/open_meteo_solar_forecast/open_meteo_solar_forecast.py:7:18: F401 `time.mktime` imported but unused
Ruff (F401): src/open_meteo_solar_forecast/open_meteo_solar_forecast.py#L7
src/open_meteo_solar_forecast/open_meteo_solar_forecast.py:7:26: F401 `time.strptime` imported but unused
Ruff (F401): src/open_meteo_solar_forecast/open_meteo_solar_forecast.py#L10
src/open_meteo_solar_forecast/open_meteo_solar_forecast.py:10:21: F401 `aiohttp.BasicAuth` imported but unused