mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-24 17:04:25 +01:00
pycodestyle section added
Will format with, max line length 120, recursively; inplace ignoring migrations
This commit is contained in:
parent
85c1d8610c
commit
7e2b95b8c4
7
.flake8
7
.flake8
@ -2,3 +2,10 @@
|
|||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude = .git,__pycache__,.tox,.eggs,*.egg,node_modules,.venv,migrations,docs,demo,tests,setup.py
|
exclude = .git,__pycache__,.tox,.eggs,*.egg,node_modules,.venv,migrations,docs,demo,tests,setup.py
|
||||||
import-order-style = pep8
|
import-order-style = pep8
|
||||||
|
|
||||||
|
[pycodestyle]
|
||||||
|
max-line-length = 120
|
||||||
|
exclude = "migrations"
|
||||||
|
in-place = true
|
||||||
|
recursive = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user