Files
web2.0-backend/setup.cfg
T
2017-10-30 13:21:26 +02:00

5 lines
82 B
INI

[pycodestyle]
max-line-length = 120
ignore = E501,E722
exclude = '*/migrations/*'