mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-27 15:41:58 +00:00
11 lines
156 B
INI
11 lines
156 B
INI
[flake8]
|
|
exclude =
|
|
xss_filter.py,
|
|
*/migrations/,
|
|
*settings.py
|
|
*/apps.py
|
|
venv/
|
|
max-line-length = 180
|
|
inline-quotes = "
|
|
no-accept-encodings = True
|