Cannot make PyCharm comply with PEP8 indent on chained pandas expression

Viewed 81

What should I use in the parameters to have PyCharm autofix not conflicting with PEP8 on that special case?

It is very annoying since I use autofix on save and then the linter during the CI fails.

Pandas right indent

Pandas wrong indent

This last example does not break with autofix but I find it less readable that the one I am targeting. Pandas other indentation

0 Answers
Related