My Python Development Environment
June 20, 2019
Code Formatting
I use black. It means I never think about code formatting.
VS Code: Add "python.formatting.provider": "black",
to settings.
PyCharm: https://black.readthedocs.io/en/stable/editor_integration.html
Precommit Hook
pipenv run pre-commit install
VS Code Plugins: PyRight, Importmagic, Python, GitLens, IntelliCode
Written by Brent Baumgartner. He lives and works in Charlottesville at TwinThread, building data-driven products. You should follow him on Twitter