lightning/pyproject.toml

10 lines
172 B
TOML
Raw Normal View History

2019-04-03 17:17:55 +00:00
[build-system]
requires = [
"setuptools",
"wheel",
]
[tool.autopep8]
max_line_length = 120
ignore = ["W504", "W504", "E402", "E731", "C40", "E741", "F40", "F841"]