mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
e863609cbe
Set to maximum value 20
13 lines
270 B
INI
13 lines
270 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
|
|
max-complexity = 20
|
|
|
|
[pycodestyle]
|
|
max-line-length = 120
|
|
exclude = "migrations"
|
|
in-place = true
|
|
recursive = true
|
|
|