style: 🎨 Added UV and Ruff linting

This commit is contained in:
Jake Pullen
2025-05-30 11:43:47 +01:00
parent cb5c03ab74
commit 5da9ba4b0b
11 changed files with 618 additions and 56 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from dash import html, dcc
from datetime import date
import dash_bootstrap_components as dbc
from datetime import date, timedelta
from datetime import timedelta
today = date.today()
one_year_ago = today - timedelta(days=365)