Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/47023 )

Change subject: python: Add pyroject.toml file
......................................................................

python: Add pyroject.toml file

This is used to configure Python Black.

Change-Id: Ib19b4819ff33fd661e088fe0a035c211406bb2b8
---
A pyproject.toml
1 file changed, 3 insertions(+), 0 deletions(-)



diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..a06d464
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[tool.black]
+line-length = 79
+include = '\.pyi?$'

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/47023
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ib19b4819ff33fd661e088fe0a035c211406bb2b8
Gerrit-Change-Number: 47023
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to