monitoring-plugins
monitoring-plugins copied to clipboard
about-me3: For pylint, this check is too complex (recursion error)
In GitLab by @markuslf on Feb 16, 2022, 16:34
The reasons seems to be the += on strings (joining too many strings using the addition operator). Simplify the check.
https://pylint.pycqa.org/en/latest/whatsnew/1.7.html?highlight=recursion#removed-changes
In GitLab by @markuslf on Feb 16, 2022, 16:34
moved from lib#58
works now