Pylint strict base configuration
Briefly

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 can check those tutorials:
Pylint default configuration is very reasonable, but one thing that I find missing is a simple way to switch to a "strict" mode, that would enable all optional rules.
Read at Ludochaordic
[
add
]
[
|
|
]