django-helpdesk/.flake8
Martin Whitehouse 7e2b95b8c4
pycodestyle section added
Will format with, max line length 120, recursively; inplace ignoring
migrations
2022-07-22 01:06:23 +02:00

12 lines
250 B
INI

[flake8]
max-line-length = 120
exclude = .git,__pycache__,.tox,.eggs,*.egg,node_modules,.venv,migrations,docs,demo,tests,setup.py
import-order-style = pep8
[pycodestyle]
max-line-length = 120
exclude = "migrations"
in-place = true
recursive = true