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