Skip to content

Commit 15bc979

Browse files
committed
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
1 parent c563f8e commit 15bc979

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)