1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-10-18 14:34:17 +02:00

pyproject.toml: remove fixit from deps

I read about this online and was testing it but never used it.
This commit is contained in:
Alan Orth 2024-09-06 15:13:48 +03:00
parent b1de9552a4
commit 28bbb919ce
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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"