Hello everyone,

I’m having a problem with the plugin check using flake8. W503 and W504 seem to 
contradict each other – the AI thinks so too ;-)


Option 1: if I write:


    A

    and B


the following error is reported:

W503: line break before binary operator → complains about

Option 2: if I write:


    A and

    B


the following error is reported:

W504: line break after binary operator → complains about


The AI says that Option 1 is better and that I should ignore W503 and, ideally, 
relax the rule. What do you think?

Best regards, mikeE.
_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to