setup.cfg
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 14 Oct 2016 00:54:04 +0200
changeset 2016 192c9f92148d
parent 2010 8464a7708f9d
child 2020 143c8e4dc22d
permissions -rw-r--r--
setup.py: also install 'hgext3rd/__init__.py' This file is needed for the namespace package to work. (And also for the package to work on its own at all).
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