Python formatting and linters

Pycharm formatter for python

Python is less configurable than java.
Here my current modifications against the default configuration to have a quite good formatting:
A very important setting is the line wrapping. Without that, we may have some IDE errors with strings declared on multiple lines.formatter_python_configuration

We can see that the right margin is in fact the hardp wrap configuration:

formatter_python_configuration_2

About line of wrapping and soft line of wrapping especially, we may need to activate the on-fly word wrapping : formatter_python_configuration_3

Ce contenu a été publié dans Non classé. Vous pouvez le mettre en favoris avec ce permalien.

Laisser un commentaire

Votre adresse de messagerie ne sera pas publiée. Les champs obligatoires sont indiqués avec *