From abb761e4cb653068a951c4760a3ed39a6751caa2 Mon Sep 17 00:00:00 2001 From: Stephan Wolski Date: Thu, 20 Jun 2019 17:14:22 -0400 Subject: [PATCH] pre-commit: add .isort.cfg --- .isort.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 00000000..45a8ec06 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,4 @@ +[settings] +known_first_party=argoverse +# cat setup.py | grep -Pzo "(?s)install_requires.+?]" | tail -n+2 | head -n-1 | grep -Po '"[a-zA-Z0-9]+' | sed 's/"/,/' +known_third_party=mayavi,pytest,colour,descartes,imageio,matplotlib,motmetrics,numpy,cv2,pandas,pillow,imageio,pyntcloud,scipy,shapely,sklearn