diff options
| -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' |
