From 28bbb919cec105646afa37dd9fa47a9c39e33492 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 6 Sep 2024 15:13:48 +0300 Subject: [PATCH] pyproject.toml: remove fixit from deps I read about this online and was testing it but never used it. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c694ee..a992c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,6 @@ dev-dependencies = [ "isort~=5.13", "csvkit~=2.0", "ipython~=8.26", - "fixit~=2.1", ] # So hatch doesn't try to build other top-level directories like "data"