Skip to content

Commit 754b5e1

Browse files
committed
Updated configs to toml
1 parent 66df6bc commit 754b5e1

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.isort.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[tool.black]
2+
experimental-string-processing = true
3+
exclude = ".*/sdk/.*"
4+
5+
[tool.isort]
6+
profile = "black"
7+
skip_glob = "*/sdk/*"

0 commit comments

Comments
 (0)