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:
committed by
Bobby Bruce
parent
ccdec1b11d
commit
90207e150c
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
include = '\.pyi?$'
|
||||
Reference in New Issue
Block a user