Last active
July 31, 2021 21:48
-
-
Save PraneethKarnena/00d620cbe13a4a7a1ddccf59d10c82ce to your computer and use it in GitHub Desktop.
List of installation commands for Python development environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install black pylint pylint-django pylint-celery isort pre-commit | |
pre-commit install | |
# .editorconfig - https://gist.github.com/PraneethKarnena/da58997d260caa59aa41236dd93a51cd | |
# pyproject.toml - https://gist.github.com/PraneethKarnena/8e868d91bec7d71da0cb3dfb12902c8c | |
# .pre-commit-config.yaml - https://gist.github.com/PraneethKarnena/36e41e23b70d9651c6c109976a038bb6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment