view setup.cfg @ 1127:108d9303ef71

git_handler: use repo.__getitem__ instead of (removed) repo.changectx As stated in https://phab.mercurial-scm.org/D3037, repo.__getitem__ should be used instead of repo.changectx, which was removed.
author Paul Morelle <paul.morelle@octobus.net>
date Thu, 17 May 2018 07:51:47 +0200
parents 45c8f33fc7d8
children
line wrap: on
line source

[flake8]
# E,W will ignore all pep8
ignore=E129
exclude=./tests,./contrib/