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