Thanks to visit codestin.com
Credit goes to codeclimate.com

django/django

View on GitHub
.flake8

Summary

Maintainability
Test Coverage
[flake8]
exclude = build,.git,.tox,./tests/.env
extend-ignore = E203
max-line-length = 88
per-file-ignores =
    django/core/cache/backends/filebased.py:W601
    django/core/cache/backends/base.py:W601
    django/core/cache/backends/redis.py:W601
    tests/cache/tests.py:W601