pycodestyle section added

Will format with, max line length 120, recursively; inplace ignoring
migrations
This commit is contained in:
Martin Whitehouse 2022-07-22 01:06:23 +02:00
parent 85c1d8610c
commit 7e2b95b8c4
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -2,3 +2,10 @@
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