view setup.cfg @ 2024:10d80adec0c2

evolve: prevent global variable shadowing Small and harmless pyflake complains.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 02 Mar 2017 18:13:20 +0100
parents 143c8e4dc22d
children a6410877339a
line wrap: on
line source

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