[PEP 8 states](https://www.python.org/dev/peps/pep-0008/#package-and-module-names): > Modules should have short, all-lowercase names. pycodestyle could check the passed filenames are lowercase to help enforce this.