mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-28 16:12:13 +00:00
9 lines
134 B
INI
9 lines
134 B
INI
[flake8]
|
|
exclude =
|
|
xss_filter.py,
|
|
migrations/,
|
|
*settings.py
|
|
max-line-length = 180
|
|
inline-quotes = "
|
|
no-accept-encodings = True
|