Skip to content

Commit

Permalink
pre-commit: add .isort.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowki authored and Stephan Wolski committed Jun 21, 2019
1 parent 01fd4ee commit abb761e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit abb761e

Please sign in to comment.