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
+18
View File
@@ -0,0 +1,18 @@
[project]
name = "data-pipeline-for-ynab"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dash>=3.0.4",
"dash-bootstrap-components>=2.0.3",
"pandas>=2.2.3",
"polars>=1.30.0",
"pyarrow>=20.0.0",
"pytest>=8.3.5",
"python-dotenv>=1.1.0",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"ruff>=0.11.12",
]