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.
This last example does not break with autofix but I find it less readable that the one I am targeting.


