top: Add Black configuration section to pyproject.toml.

For convenience, eg for IDEs.

Signed-off-by: Damien George <damien@micropython.org>
pull/10911/head
Damien George 2023-03-13 11:19:10 +11:00
rodzic 7ad41bc2d8
commit 867e4dd3dc
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
[tool.black]
line-length = 99
[tool.codespell]
count = ""
ignore-regex = '\b[A-Z]{3}\b'