top: Add Black configuration section to pyproject.toml.
For convenience, eg for IDEs. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
7ad41bc2d8
commit
867e4dd3dc
@ -1,3 +1,6 @@
|
||||
[tool.black]
|
||||
line-length = 99
|
||||
|
||||
[tool.codespell]
|
||||
count = ""
|
||||
ignore-regex = '\b[A-Z]{3}\b'
|
||||
|
Loading…
Reference in New Issue
Block a user