From 7357c7d7da9f1a375a0ff35be4e5e905740bfa69 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Oct 2017 11:00:12 +0530 Subject: [PATCH] Silence pyflakes warning about bare excepts --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6c8be3f399..b387b56762 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [flake8] max-line-length = 160 builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext -ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391 +ignore = E12,E203,E22,E231,E241,E401,E402,E731,W391,E722 [yapf] based_on_style = pep8