viniciuschiele/flask-apscheduler

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[flake8]
max-line-length = 99
exclude=
    temp,
    .git,
    .gitignore,
    *.pot,
    *.py[co],
    __pycache__,
    venv,
    .env,
    .venv
    flask-apscheduler
    tests