From 4d879f6d1311e28efbabe52aa055c54b80bce496 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Apr 2024 22:05:12 +0300 Subject: [PATCH] pyproject.toml: remove black rye bundles ruff so we can use that instead via `rye fmt`. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 352795c..3787bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ managed = true dev-dependencies = [ "pytest>=8.0.2", "pytest-clarity>=1.0.1", - "black>=24.2.0", "isort>=5.13.2", "csvkit>=1.4.0", "ipython>=8.22.1",