https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: d0620004106add6a80fd78e61150e7782b7e7a11 authored by Dawid Laszuk on 28 December 2021, 21:23:59 UTC
Loose NumPy and SciPy top version (#109). Add Changelog. (#110)
Tip revision: d062000
pyproject.toml
[tool.black]
line-length = 120

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