Closed jayvdb closed 8 years ago
"Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability." https://www.python.org/dev/peps/pep-0008/#package-and-module-names
I'm surprised that the PEP8 linter I'm using didn't catch this. Will do
The linter for naming is https://pypi.python.org/pypi/pep8-naming , however I am not sure whether it covers module names.
"Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability." https://www.python.org/dev/peps/pep-0008/#package-and-module-names