ComputerSocietyUNB/Rabot

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[ipdb]
context = 20

[flake8]
count = True
; ignore = E226,E302,E41
max-line-length = 88
statistics = True
exclude = venv/
; max-complexity = 10