vbudovski/django-tree

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[flake8]
max-line-length = 120
exclude =
  django_tree/migrations/*.py
  .tox/venvs/

[coverage:run]
include = django_tree/*

[coverage:report]
include = django_tree/*