mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-04-28 17:37:40 +02:00
Move isort config to pyproject.toml
See: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
This commit is contained in:
parent
57be05ebb6
commit
66893753ba
@ -36,3 +36,7 @@ ipython = "^8.7.0"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
line_length=88
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
[isort]
|
|
||||||
multi_line_output=3
|
|
||||||
include_trailing_comma=True
|
|
||||||
force_grid_wrap=0
|
|
||||||
use_parentheses=True
|
|
||||||
line_length=88
|
|
Loading…
x
Reference in New Issue
Block a user