Skip to content

Make pylint happy

I inhibit most of the more cosmetic warnings (naming, ...).

I fix most of the rest, silencing a few specific places.

I gave in to pylint's pressure towards using f-strings, but I do not know if this is a good idea, as I feel it hides some python code, which is annoying.

Merge request reports