Skip to content

Commit e9a31a4

Browse files
committed
make isort compatible with black
1 parent d1ff364 commit e9a31a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ test-cov = "pytest --cov=forge_webhook_parser {args:tests}"
5353

5454
[tool.pytest.ini_options]
5555
pythonpath = ["src"]
56+
57+
[tool.isort]
58+
profile = "black"

0 commit comments

Comments
 (0)