siruku6/fx_alarm_py

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[flake8]
ignore = E203,E701,W503
max-line-length = 120
exclude =
    .venv,
    node_modules,
    tmp,
    tests/conftest.py,
    tests/fixtures/factor_dicts.py,
max-complexity = 10