Skip to content

Commit ec27685

Browse files
committed
Add pyproject file for linting
1 parent 72ec7cd commit ec27685

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[tool.ruff]
2+
line_length = 99
3+
[tool.black]
4+
line-length = 99
5+
[tool.isort]
6+
atomic = true
7+
profile = "black"
8+
line_length = 99
9+
[tool.pep257]
10+
ignore = "D100, D101, D102, D103, D104, D105, D106, D107, D203, D212, D404"

0 commit comments

Comments
 (0)