10 lines
182 B
TOML
10 lines
182 B
TOML
[build-system]
|
|
requires = ["setuptools>=42"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.flake8]
|
|
max-line-length = 88
|
|
extend-ignore = "E203, B008"
|