setup.cfg
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 02 Mar 2017 18:14:21 +0100
changeset 2027 de914b833105
parent 2020 143c8e4dc22d
child 2029 a6410877339a
permissions -rw-r--r--
tests: run pyflake on all python files We have fixed the handfull of error pyflakes found on evolve so we can setup the test to prevent regression. Next stop flake8.

[flake8]
ignore = E261, E266, E302, E305, E129, E731, E124, E501, E123, W503, N801