1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-09-19 16:38:25 +02:00

pyproject.toml: remove black

rye bundles ruff so we can use that instead via `rye fmt`.
This commit is contained in:
Alan Orth 2024-04-14 22:05:12 +03:00
parent a30fefcd52
commit 4d879f6d13
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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