monitoring-plugins
monitoring-plugins copied to clipboard
Improve code by adding a comment at the top of the code that will be interpreted by Pylint
Is your feature request related to a problem? Please describe.
Add a comment at the top of the code that will be interpreted by Pylint, which improves code readability.
Describe the solution you'd like
Something like # pylint: disable=locally-disabled, multiple-statements, fixme, line-too-long.
Alternatives
No response
Additional context
No response