OnlineJudge/.flake8

9 lines
134 B
Plaintext
Raw Normal View History

2017-01-23 08:25:14 +00:00
[flake8]
exclude =
xss_filter.py,
migrations/,
*settings.py
max-line-length = 180
inline-quotes = "
2017-01-23 08:31:17 +00:00
no-accept-encodings = True