$ errors.fyi/flake8/W503 128 namespaces · 4,025 codes
flake8 · flake8/W503
W503

Line Break Before Binary Operator

A line break occurs before a binary operator. PEP 8 now recommends breaking before operators (W504 covers the opposite). W503 and W504 are mutually exclusive; choose one style consistently.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT