mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
7e2b95b8c4
Will format with, max line length 120, recursively; inplace ignoring migrations
12 lines
250 B
INI
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
|
|
|