Add complexity to flake8 configuration

Set to maximum value 20
This commit is contained in:
Martin Whitehouse 2022-07-25 01:17:12 +02:00
parent cf804a586a
commit e863609cbe
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

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