Skip to content
Snippets Groups Projects
.flake8 146 B
Newer Older
Martin Bauer's avatar
Martin Bauer committed
[flake8]
max-line-length=120
exclude=pystencils/jupyter.py,
        pystencils/plot.py
Martin Bauer's avatar
Martin Bauer committed
        pystencils/session.py
ignore = W293 W503 W291 C901