"replacement": "class ShortWithDocstring:\n \"\"\"This docstring, while short, is enough\"\"\"\n pass\n\n\nclass Short:\n pass\n\n\nclass LongWithDocstring:\n ...
Glossa statically analyzes Python source files to enforce docstring conventions based on the numpydoc standard. It reports violations, suggests fixes, and optionally applies corrections automatically ...