changeset 2df1fa0fa31b in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=2df1fa0fa31b
description:
        Ignore flake8 E741
diffstat:

 templates/develop.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 07010c9b1425 -r 2df1fa0fa31b templates/develop.html
--- a/templates/develop.html    Fri Jul 17 22:44:36 2020 +0200
+++ b/templates/develop.html    Fri Oct 16 18:04:51 2020 +0200
@@ -86,7 +86,7 @@
     <ul>
         <li>Use 4 spaces for indentation.</li>
         <li>Avoid the usage of <span class="text-monospace">from M import 
*</span>.</li>
-        <li>If unsure about conformity use <a 
href="https://pypi.org/project/flake8/";>flake8</a> to check the code (with 
option <span 
class="text-monospace">ignore=E123,E124,E126,E128,W503</span>).</li>
+        <li>If unsure about conformity use <a 
href="https://pypi.org/project/flake8/";>flake8</a> to check the code (with 
option <span 
class="text-monospace">ignore=E123,E124,E126,E128,E741,W503</span>).</li>
         <li>Breaking lines:
             <ul>
                 <li>Use 4 spaces per bracket pair.</li>

Reply via email to