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

:sparkles: add isort script

parent 0336b0df8fcd
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,13 @@
It uses the super project’s `setup.cfg`_ and ``Dockerfile``.
isort
-----
Run dockerized isort on current directory.
``./isort --help`` for help
setup.cfg
---------
......
isort 0 → 100755
#!/bin/sh
/usr/bin/docker run --rm --volume $PWD:/mnt -ti xcgd/isort sh -c "cd /mnt && 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