https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: 7361a883e21bf92a9a62abfeaceffc38e91955b9 authored by Dawid on 23 May 2023, 21:48:42 UTC
Fix sort
Tip revision: 7361a88
pyproject.toml
[build-system]
requires = [
  "setuptools>=58",
  "wheel",
]

[tool.black]
line-length = 120

[tool.isort]
line_length = 120
profile = "black"
back to top