1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 23:26:01 +02:00

Move isort config to pyproject.toml

See: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
This commit is contained in:
2022-12-20 15:03:10 +02:00
parent 57be05ebb6
commit 66893753ba
2 changed files with 4 additions and 6 deletions

View File

@ -36,3 +36,7 @@ ipython = "^8.7.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.isort]
profile = "black"
line_length=88