mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
8 lines
223 B
INI
8 lines
223 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = env,.tox,.git,config/settings,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
exclude=env,.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|