Update Python helpers

This commit is contained in:
Scott Wallace 2022-11-09 14:50:09 +00:00
parent dcb38abc99
commit 2e348f6610
Signed by: scott
GPG key ID: AA742FDC5AFE2A72
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# pathadd ~/.local/bin
alias pyenv='source .pyenv/bin/activate'
alias pyenv='[[ ! -d .pyenv ]] && python3.9 -mvenv .pyenv ; source .pyenv/bin/activate'

View file

@ -1,7 +1,5 @@
black
isort
mypy
pip
pylint
rope
typed-ast