setup.cfg
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 07 Sep 2016 12:45:23 +0200
changeset 2011 9c7665e3107b
parent 2010 8464a7708f9d
child 2020 143c8e4dc22d
permissions -rw-r--r--
documentation: some basic update of the documentation So far the documentation was pretty scarce and a lot of important information was missing. The new content is probably not great but it is an improvement.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2001
ddfc87788d5c flake8: add file for rules to ignore
Sean Farley <sean@farley.io>
parents:
diff changeset
     1
[flake8]
2010
8464a7708f9d flake8: ignore N801
Anton Shestakov <av6@dwimlabs.net>
parents: 2009
diff changeset
     2
ignore = E261, E266, E302, E129, E731, E124, E501, E123, W503, N801