OnlineJudge/.flake8

10 lines
148 B
INI

[flake8]
exclude =
xss_filter.py,
*/migrations/,
*settings.py
*/apps.py
max-line-length = 180
inline-quotes = "
no-accept-encodings = True