Skip to content
Snippets Groups Projects
Forked from pycodegen / pystencils
298 commits behind the upstream repository.
.flake8 151 B
[flake8]
max-line-length=120
exclude=pystencils/jupyter.py,
        pystencils/plot.py
        pystencils/session.py
ignore = W293 W503 W291 C901 E741