Skip to content

Refactor pointless global doctoring to muzzle linter PYL-W0105 #54

@reactive-firewall

Description

@reactive-firewall

when importing a module level variable there is no need to re-docstring it.

Need to remove pointless 'unassigned string' here

from . import __version__
"""The version of this program."""

because variable has docstring here:

"""This is version 1.1.4 of pythonrepo Template"""

Metadata

Metadata

Labels

LinterAny linter tool or setting file enhancementsPython LangChanges to Python source codePython RepoAnything Project RelateddocumentationImprovements or additions to documentation

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions