Skip to content

Commit e3deae9

Browse files
committed
Fixup isort configuration (profile = "black"), as we are using black
Signed-off-by: Stavros Ntentos <[email protected]>
1 parent c6279d3 commit e3deae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ paths.source = [
102102
"pylint_pytest/",
103103
]
104104

105+
[tool.isort]
106+
profile = "black"
107+
105108
[tool.mypy]
106109
python_version = "3.8"
107110
check_untyped_defs = true

0 commit comments

Comments
 (0)