Code linting varies between individual computers/programming environments, and norms can also vary between Python packages. We need to agree upon a code linting standard to avoid introducing disagreements on spacing, carriage returns, etc. that can lead to confusing commits if linting changes are accidentally made along with other content changes.
Noted by #54 (comment)