swh:1:snp:d09ae0f963aac63271c974533491841e3b2775b6
Raw File
Tip revision: c7a9beba6e532c604286ae4ed7d8b073db245ff9 authored by Julien Herzen on 24 January 2022, 14:39:45 UTC
Solve issues with calling pandas mean()
Tip revision: c7a9beb
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203
back to top