Skip to content

Commit

Permalink
Add pyproject.toml with black and isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
mruffalo committed Mar 7, 2021
1 parent 6b84c3f commit 46db85d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tool.black]
line-length = 99

[tool.isort]
profile = "black"
multi_line_output = 3
src_paths = ["src/ingest-pipeline"]

0 comments on commit 46db85d

Please sign in to comment.