[flake8]
exclude =
 .git,.tox,.venv,__pycache__,
 build,dist,docs,
 Cache,Configs,ErrorMsgs,Logs,Sessions,
 WSGIScript.py
max-line-length = 79
