Skip to content

Commit d7233ab

Browse files
committed
Add pyproject.toml with line length for Black
Line length is 79 characters as per the Simics Python Style Guide.
1 parent 137c650 commit d7233ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
line-length = 79

0 commit comments

Comments
 (0)