[flake8] exclude = .git, __pycache__, docs/source/conf.py ignore = # "Too complex"? Sure, for people that eat Hawaii pizza... C901, # 'something' imported but unused F401, # 'from module import *' used: unable to detect undefined names F403, # name may be undefined, or defined from star imports: module F405, # line break before binary operator W503 max-complexity = 18 max-line-length = 100