[wheel] universal = 1 [flake8] extend-ignore = E203,E501,C901 max-line-length = 88 select = C,E,F,W,B,B950 exclude = .git,__pycache__,docs/source/conf.py,old,build,dist max-complexity = 10 [isort] profile = black src_paths = froide default_section = THIRDPARTY known_first_party = froide known_django = django sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER