mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 18:24:21 +02:00
7 lines
199 B
INI
7 lines
199 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|