mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-22 00:03:28 +01:00
5 lines
86 B
INI
5 lines
86 B
INI
[flake8]
|
|
exclude = .git,*migrations*
|
|
max-line-length = 119
|
|
ignore=F401,F403,E501,W503
|