Melevir/flake8-cognitive-complexity

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
check:
    flake8 .
    mypy .
    python -m pytest --cov=flake8_cognitive_complexity --cov-report=xml
    mdl README.md