Files
Iris/pyproject.toml

18 lines
346 B
TOML
Raw Permalink Normal View History

2019-11-24 21:17:41 +13:00
[build-system]
requires = ["setuptools >= 30.3.0", "wheel"]
[tool.black]
target-version = ["py37", "py38"]
line-length = 80
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
2020-08-04 20:13:42 +12:00
known_tests = "__tests__"
2019-11-24 21:17:41 +13:00
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER"