python: Add pyroject.toml file

This is used to configure Python Black.

Change-Id: Ib19b4819ff33fd661e088fe0a035c211406bb2b8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47023
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Bobby R. Bruce
2021-06-21 10:57:34 -07:00
committed by Bobby Bruce
parent ccdec1b11d
commit 90207e150c

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[tool.black]
line-length = 79
include = '\.pyi?$'