1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 14:46:01 +02:00

Migrate isort config to pyproject.toml
Some checks failed
continuous-integration/drone/push Build is failing

See: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
This commit is contained in:
2022-12-20 15:13:44 +02:00
parent 568ced0f20
commit 9fba8d1b81
2 changed files with 4 additions and 6 deletions

View File

@ -22,3 +22,7 @@ isort = {version = "^5.9.1", python = ">=3.6.1"}
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.isort]
profile = "black"
line_length=88