annotate setup.cfg @ 1125:8f55daa87ce4

git-handler: fix deprecated API in next hg version https://phab.mercurial-scm.org/D2003 Mercurial version 4.6 will introduce a refactoring of the utils.py file into smaller files, starting with dateutil.py. This change prepares this move so that the warnings won't break the tests.
author Paul Morelle <paul.morelle@octobus.net>
date Wed, 21 Mar 2018 23:29:07 +0100
parents 45c8f33fc7d8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1118
45c8f33fc7d8 cleanup: add a setup.cfg for flake8 rules to ignore
Sean Farley <sean@farley.io>
parents:
diff changeset
1 [flake8]
45c8f33fc7d8 cleanup: add a setup.cfg for flake8 rules to ignore
Sean Farley <sean@farley.io>
parents:
diff changeset
2 # E,W will ignore all pep8
45c8f33fc7d8 cleanup: add a setup.cfg for flake8 rules to ignore
Sean Farley <sean@farley.io>
parents:
diff changeset
3 ignore=E129
45c8f33fc7d8 cleanup: add a setup.cfg for flake8 rules to ignore
Sean Farley <sean@farley.io>
parents:
diff changeset
4 exclude=./tests,./contrib/