Skip to content

Commit 9554e93

Browse files
committed
Formatting setup
1 parent 34ecc38 commit 9554e93

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ dev = [
4747

4848
[tool.setuptools.packages.find]
4949
where = ["src"]
50+
51+
[tool.black]
52+
line-length = 88
53+
54+
[tool.ruff]
55+
line-length = 88
56+
57+
[tool.isort]
58+
profile = "black"

0 commit comments

Comments
 (0)