[flake8]
max-line-length = 100
exclude = 3rdparty doc/conf.py *asyncio.py *asyncio_py35.py venv netmap pypy*
ignore = E203 W503 W504
