mediacms/setup.cfg

6 wiersze
99 B
INI

[flake8]
exclude = .git,*migrations*
max-line-length = 119
#ignore=F401,F403,E501,W503
ignore=E501