Skip to content
Snippets Groups Projects
Commit 43c30b1d authored by nimrod's avatar nimrod
Browse files

- Removed flake8 on Python3 alias, flake8 in Debian testing now runs just on Python3.

parent 6751ec27
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ alias ssh-ca='$HOME/Documents/Shore/ssh-ca/ssh-ca' ...@@ -56,7 +56,6 @@ alias ssh-ca='$HOME/Documents/Shore/ssh-ca/ssh-ca'
alias concat="perl -pe 's/\n/\\\n/g'" alias concat="perl -pe 's/\n/\\\n/g'"
alias deconcat="perl -pe 's/\\\n/\n/g'" alias deconcat="perl -pe 's/\\\n/\n/g'"
alias ggo='sudo GOPATH=/usr/share/go go' alias ggo='sudo GOPATH=/usr/share/go go'
alias flake3='python3 -m flake8'
alias tag-version='git tag -f v"$(cat VERSION)"' alias tag-version='git tag -f v"$(cat VERSION)"'
alias docker-clean='docker rm $(docker ps --quiet --filter=status=exited); docker rmi $(docker images --quiet --filter=dangling=true)' alias docker-clean='docker rm $(docker ps --quiet --filter=status=exited); docker rmi $(docker images --quiet --filter=dangling=true)'
alias ecr-login='eval $(aws ecr get-login)' alias ecr-login='eval $(aws ecr get-login)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment