not needed anymore

This commit is contained in:
dezeyer 2019-05-11 14:29:06 +00:00
parent bb2491791e
commit 380cbba210
3 changed files with 0 additions and 36 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
docker run \
--rm \
-i \
--network=host \
-v "$HOME":"$HOME":ro \
-u $(id -u) \
-w "$PWD" \
unibeautify/autopep8 \
$@
exit $?

View File

@ -1,12 +0,0 @@
#!/bin/sh
docker run \
--rm \
-i \
--network=host \
-v "$HOME":"$HOME":ro \
-u $(id -u) \
-w "$PWD" \
devel:latest \
pylint $@
exit $?

View File

@ -1,12 +0,0 @@
#!/bin/sh
docker run \
--rm \
-i \
--network="host" \
-v "$HOME":"$HOME":ro \
-u $(id -u) \
-w "$PWD" \
devel:latest \
python3.7 -u $@
exit $?