Update link to django-allauth docs.
[mailman-web.git] / .flake8
blob45dca146cd0969076a6dbef682bcf4d82e8e85da
1 [flake8]
2 max-line-length = 79
3 output-file = flake8.txt
4 max-complexity = 10
5 exclude =
6     .git
7     .tox
8     .venv
9     .cache
10     .eggs
11     .pytest*
12     *.egg-info
13     examples
14     doc