python_plugin_example icon indicating copy to clipboard operation
python_plugin_example copied to clipboard

Fix pylint warnings

Open olszomal opened this issue 4 years ago • 0 comments

  • fix unnecessary use of a comprehension
  • wrap too long lines
  • add missing module docstrings
  • remove object from class declarations
  • use python naming conventions
  • disable "too-few-public-methods" warning

olszomal avatar Aug 06 '21 12:08 olszomal