Skip to content
Snippets Groups Projects
Commit cdfadbff5e33 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: simpler docker isort command

parent 419b7791ab35
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/usr/bin/docker run --rm --volume $PWD:/mnt -ti xcgd/isort sh -c "cd /mnt && isort $*"
/usr/bin/docker run --rm --volume $PWD:/mnt -ti -w /mnt xcgd/isort:odoo isort $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment