Skip to content

Commit

Permalink
Adding pyproject.toml with initial black config
Browse files Browse the repository at this point in the history
Adding a pyproject.toml configuration file to allow users to run black
without pre-commit.
  • Loading branch information
David Davis authored and kersommoura committed Jul 3, 2019
1 parent 81d88ae commit e53e5a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.black]
line-length = 79

0 comments on commit e53e5a6

Please sign in to comment.