Files

6 lines
99 B
INI
Raw Permalink Normal View History

2021-05-26 20:28:17 +05:30
[flake8]
exclude = .git,*migrations*
max-line-length = 119
2021-06-03 18:26:53 +03:00
#ignore=F401,F403,E501,W503
ignore=E501