This repository contains code snippets shown in the tutorial on How to Write Beautiful Python Code With PEP 8.
You can uncomment the code that isn't PEP 8 compliant in the following files if you want to test the errors, linters, and autoformatters described in the tutorial:
After uncommenting the code, you can then run, lint, and format the files locally.