Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 190 Bytes

dj_flake8.md

File metadata and controls

15 lines (12 loc) · 190 Bytes

PEP8 flake configuration for django project

.flake8:

[flake8]

max-doc-length = 72
exclude =
    .git,
    __pycache__,
    */migrations/*,
    __init__.py,
    settings.py