From 071c54e89bb2721c684326b78b3bdd6d359c02e9 Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 25 Oct 2023 13:26:33 -0500 Subject: [PATCH] Add unidiff dep --- python/ruff-ecosystem/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/ruff-ecosystem/pyproject.toml b/python/ruff-ecosystem/pyproject.toml index 1183bcc8f8..3009f975a8 100644 --- a/python/ruff-ecosystem/pyproject.toml +++ b/python/ruff-ecosystem/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "hatchling.build" [project] name = "ruff-ecosystem" version = "0.0.0" +dependencies = ["unidiff==0.7.5"] [project.scripts] ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"