phonopy/pyproject.toml

10 lines
154 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools", "wheel", "numpy"]
2021-10-13 14:14:29 +08:00
[tool.flake8]
max-line-length = 88
extend-ignore = "E203,W503"
[tool.black]
2021-10-17 07:11:06 +08:00
line-length = 88