tox.ini
changeset 11911 37726f66ff82
parent 11830 535e54210332
child 11914 587b5605d0c6
equal deleted inserted replaced
11910:af969080e7e6 11911:37726f66ff82
    51 
    51 
    52 [flake8]
    52 [flake8]
    53 format = pylint
    53 format = pylint
    54 ignore = W503
    54 ignore = W503
    55 max-line-length = 100
    55 max-line-length = 100
    56 exclude = setup.py,doc/*,cubicweb/misc/*,cubicweb/test/*,cubicweb/*/test/*,.tox/*
    56 exclude = doc/*,.tox/*
    57 
    57 
    58 
    58 
    59 # vim: wrap sts=2 sw=2
    59 # vim: wrap sts=2 sw=2