Skip to content

Commit

Permalink
added black settings to always run with line length 79
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Nov 29, 2023
1 parent d0f42b1 commit 38a8de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tool.black]
line-length = 79

[tool.isort]
profile = "black"
line_length = 79

0 comments on commit 38a8de7

Please sign in to comment.