Weekly Shaarli

All links of one week in a single page.

Week 18 (May 1, 2023)

Pylint strict base configuration

Pylint logo

Pylint is a great static code analyser for Python code. I have been using it for several years, in various projects, and it's simple to use yet very powerful.

I even contributed to Pylint by submitting a new rule a few years ago : implicit-str-concat.

For an introduction to Pylint, you …