Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quartz_solar_forecast/weather/open_meteo.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
raise ValueError(
f"Invalid date format. Please use YYYY-MM-DD format. Error: {str(e)}"
) from e

Check failure on line 102 in quartz_solar_forecast/weather/open_meteo.py

View workflow job for this annotation

GitHub Actions / branch_ci / lint-typecheck

Ruff (W293)

quartz_solar_forecast/weather/open_meteo.py:102:1: W293 Blank line contains whitespace
if not (end_datetime > start_datetime):
raise ValueError(
f"Invalid date range. End date ({end_date}) must be greater than "
Expand Down
Loading