chore: Setup pre-commit to automatically run ruff on commit.

Signed-off-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2025-10-04 16:44:23 +13:00
parent 547eac3411
commit f27bc56379

6
uv.lock generated
View File

@ -574,6 +574,12 @@ ms-login = [
{ name = "msal" },
]
[package.dev-dependencies]
dev = [
{ name = "pre-commit" },
{ name = "ruff" },
]
[package.metadata]
requires-dist = [
{ name = "celery", specifier = ">=5.5.2" },