changeset 5614d581bcc1 in modules/purchase_invoice_line_standalone:default
details: 
https://hg.tryton.org/modules/purchase_invoice_line_standalone?cmd=changeset;node=5614d581bcc1
description:
        Ignore flake8 E741
diffstat:

 .flake8 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (7 lines):

diff -r 890c3aa53b46 -r 5614d581bcc1 .flake8
--- a/.flake8   Thu Jul 09 10:21:06 2020 +0100
+++ b/.flake8   Fri Oct 16 19:19:58 2020 +0200
@@ -1,2 +1,2 @@
 [flake8]
-ignore=E123,E124,E126,E128,W503
+ignore=E123,E124,E126,E128,E741,W503

Reply via email to