Skip to content
Snippets Groups Projects
Select Git revision
  • Field.hashable_contents
  • master default protected
  • python-11.1
  • cuda-array-interface
  • original_assignment-hack
  • not-unify-shapes-branch
  • python3.9
  • create_boundary_kwargs
  • fix-dirichlet
  • opencl-to-spirv
  • c11-printer
  • NotIterable
  • sympy-1.7
  • walberla-app
  • pycuda-not-avaible-handler
  • RecursiveDotDict
  • no-cuda-for-doc/lint
  • graphviz-01_tutorial
  • skip-llvmlite-test-if-not-installed
  • graphviz
  • foo
  • 1.0
  • release/1.1.1
  • release/1.1
  • release/1.0.1
  • release/1.0
  • release/0.2.7
  • release/0.2.6
  • release/0.2.4
  • release/0.2.3
  • release/0.2.2
  • release/0.2.1
  • v1.1
  • v1.0
34 results

.flake8

Blame
  • Forked from pycodegen / pystencils
    806 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