[PATCH 1 of 2 topics] flake8: don't ignore E713 now that it's fixed

Anton Shestakov av6 at dwimlabs.net
Wed Sep 7 02:45:39 UTC 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1473215747 -28800
#      Wed Sep 07 10:35:47 2016 +0800
# Node ID d9c1d140a831614a1a3994a0d87ec27ed3282049
# Parent  e3ddd696394f6d493d0181140cd9d7116be4478c
flake8: don't ignore E713 now that it's fixed

E713 is "test for membership should be ‘not in’"

diff --git a/setup.cfg b/setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
 [flake8]
-ignore = E261, E266, E302, E129, E731, E124, E713, E501, E123, W503
+ignore = E261, E266, E302, E129, E731, E124, E501, E123, W503


More information about the Mercurial-devel mailing list