[flake8]
max-line-length=120
exclude=pystencils/jupyter.py,
        pystencils/plot.py
        pystencils/session.py
ignore = W293 W503 W291 C901 E741