Skip to content

Commit d30b8d0

Browse files
committed
add config values for isort
1 parent b0a6842 commit d30b8d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ where = [
6565
[tool.coverage.run]
6666
relative_files = true
6767

68+
[tool.isort]
69+
known_first_party = "bmipy"
70+
profile = "black"
71+
force_single_line = true
72+
6873
[tool.mypy]
6974
check_untyped_defs = true
7075
disallow_any_generics = true

0 commit comments

Comments
 (0)