Skip to content
Snippets Groups Projects
setup.cfg 146 B
Newer Older
  • Learn to ignore specific revisions
  • Andreas Klöckner's avatar
    Andreas Klöckner committed
    [flake8]
    
    ignore = E126,E127,E128,E123,E226,E241,E242,E265,W503,E402
    
    Andreas Klöckner's avatar
    Andreas Klöckner committed
    max-line-length=85
    
    exclude=pyopencl/compyte/ndarray,pyopencl/compyte/array.py