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

Unexpected Spaces Around Keyword / Parameter Equals

There are spaces around the '=' sign in a keyword argument or default parameter value (e.g. def f(x = 1) or f(x = 1)). PEP 8 requires no spaces here.

References

In this namespace

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