Rename Plugin modules to valid Python identifiers
reason: An identifier may not start with a number and may not contain periods and dashes. Making them valid modules allow for discovery by pytest and mypy and is the first step to properly testing them
parent
51c9275f
Please register or sign in to comment