https://github.com/laszukdawid/PyEMD
Revision 0c751a639e9296bb1d915e24543b37525fac28bd authored by Dawid Laszuk on 05 December 2021, 23:04:37 UTC, committed by Dawid Laszuk on 05 December 2021, 23:04:37 UTC
Small refactoring to whitenoise_check. Mainly to fix doc but also scratch pedantic itch.
1 parent e37640e
Raw File
Tip revision: 0c751a639e9296bb1d915e24543b37525fac28bd authored by Dawid Laszuk on 05 December 2021, 23:04:37 UTC
Add Whitenoise_check to documentation
Tip revision: 0c751a6
pyproject.toml
[tool.black]
line-length = 120

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