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