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