mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-09-03 18:42:37 +02:00
See: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html
This commit is contained in:
@@ -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
|
||||
|
@@ -1,6 +0,0 @@
|
||||
[isort]
|
||||
multi_line_output=3
|
||||
include_trailing_comma=True
|
||||
force_grid_wrap=0
|
||||
use_parentheses=True
|
||||
line_length=88
|
Reference in New Issue
Block a user