Refactored for better packaging

This commit is contained in:
Mike Young
2019-11-20 00:49:40 -05:00
parent 98fd28dc3f
commit 37fe006da5
169 changed files with 28672 additions and 2 deletions

10
src/backend/pyproject.toml Executable file
View File

@@ -0,0 +1,10 @@
[tool.isort]
force_grid_wrap = 0
include_trailing_comma = true
line_length = 88
multi_line_output = 3
use_parentheses = true
# NOTE: the known_third_party setting is managed by
# seed-isort-config and should not be modified directly.
# Any changes made to this setting will be overwritten.
known_third_party = ["PIL", "bs4", "requests"]