Skip to content

Commit 6579753

Browse files
committed
chore: add pyproject.toml
1 parent fb7e84e commit 6579753

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tool.black]
2+
line-length = 120
3+
target-version = ["py311"]
4+
src = ["src"]
5+
6+
[tool.ruff]
7+
line-length = 120
8+
target-version = "py311"
9+
select = ["E", "F", "I", "UP"]

0 commit comments

Comments
 (0)