governance: add pyproject.toml for black formatter

This file is a standard for Python tools. Described here:
https://peps.python.org/pep-0518/#file-format
This commit is contained in:
Dmitrii Zarukin
2025-01-09 16:34:58 -08:00
committed by Dmitry Zarukin
parent c563f8e36c
commit 15bc979327

3
pyproject.toml Normal file
View File

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