OnlineJudge/.flake8

9 lines
136 B
Plaintext
Raw Normal View History

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