apryor6 / flaskerize

Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
BSD 3-Clause "New" or "Revised" License
121 stars 13 forks source link

Fix list formatting, remove tabs from python code examples. #29

Closed danielhoherd closed 5 years ago

danielhoherd commented 5 years ago

These indented lists were being rendered as code that was flowing off the right edge of the text area. When fixing that I found some tabs in some python code examples.

danielhoherd commented 5 years ago

@apryor6 FYI there's a pre-commit.com hook to check for tabs https://github.com/Lucas-C/pre-commit-hooks

apryor6 commented 5 years ago

Very nice. Normally it’s an issue I leave to vs code and black, but in this case I manually edited the README online through GitHub and derped things