From bba02455b6011889fadc3298e031caf850d6fba5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Dec 2023 05:20:39 +0000 Subject: [PATCH 1/2] Update README with latest linting recommendations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9653f9..ded74b0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Our code quality is currently... Here are the linting recommendations ```python ************* Module weather_processor -Weather Processing/weather_processor.py:216:47: E0001: Parsing failed: 'f-string: unmatched '(' (, line 216)' (syntax-error) +Weather Processing/weather_processor.py:229:47: E0001: Parsing failed: 'f-string: unmatched '(' (, line 229)' (syntax-error) ----------------------------------- Your code has been rated at 9.86/10 From d19c2956299db0f26d801025aa828bb7752ed14c Mon Sep 17 00:00:00 2001 From: Tadgh Henry <47073445+tadghh@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:13:24 -0600 Subject: [PATCH 2/2] Added preview image --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ded74b0..03535fc 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ A Python application that scapes historical weather data from Enviroment Canada. +## Preview +
+ + + +
+ ## Building - Install Python 3.12