Skip to content

Commit

Permalink
top: Add Black configuration section to pyproject.toml.
Browse files Browse the repository at this point in the history
For convenience, eg for IDEs.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Apr 27, 2023
1 parent 7ad41bc commit 867e4dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.black]
line-length = 99

[tool.codespell]
count = ""
ignore-regex = '\b[A-Z]{3}\b'
Expand Down

0 comments on commit 867e4dd

Please sign in to comment.