OnlineJudge/.flake8

10 lines
148 B
Plaintext
Raw Permalink Normal View History

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