Skip to content
Snippets Groups Projects
setup.cfg 213 B
[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402
max-line-length=85
exclude=pyopencl/compyte/ndarray,pyopencl/compyte/array.py


inline-quotes = "
docstring-quotes = """
multiline-quotes = """