diff options
| author | Damien George <damien@micropython.org> | 2023-03-13 11:19:10 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-04-27 18:04:41 +1000 |
| commit | 867e4dd3dc9235974974fd5dab204371616d6f49 (patch) | |
| tree | 1948326e7a4f27b6bae7f5b6de31b990e3ff0e42 | |
| parent | 7ad41bc2d80fc757cbd73295ba233db4c56b8d48 (diff) | |
top: Add Black configuration section to pyproject.toml.
For convenience, eg for IDEs.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3bc55993a..3b2a9f313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[tool.black] +line-length = 99 + [tool.codespell] count = "" ignore-regex = '\b[A-Z]{3}\b' |
