5 lines
82 B
INI
5 lines
82 B
INI
[pycodestyle]
|
|
max-line-length = 120
|
|
ignore = E501,E722
|
|
exclude = '*/migrations/*'
|