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 -2
View File
@@ -1,7 +1,6 @@
'''Module to create a Dash app that displays visualizations of YNAB data.'''
import dash
from dash import dcc, html
from dash.dependencies import Input, Output, State
from dash.dependencies import Input, Output
import dash_bootstrap_components as dbc
from visuals.layout import create_layout
from visuals.components import data_components