setup.cfg 465 Bytes
Newer Older
facebook-github-bot's avatar
facebook-github-bot committed
1
2
3
4
5
6
7
8
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

[isort]
line_length=80
include_trailing_comma=True
multi_line_output=3
known_standard_library=numpy,setuptools
known_myself=pytorch3d
Jeremy Reizenstein's avatar
Jeremy Reizenstein committed
9
10
known_third_party=fvcore,torch,torchvision,matplotlib,mpl_toolkits,PIL,yaml
                  jinja2,requests,nbformat,nbconvert,bs4
facebook-github-bot's avatar
facebook-github-bot committed
11
12
13
no_lines_before=STDLIB,THIRDPARTY
sections=FUTURE,STDLIB,THIRDPARTY,myself,FIRSTPARTY,LOCALFOLDER
default_section=FIRSTPARTY