mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
13 lines
424 B
INI
13 lines
424 B
INI
# 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
|
|
known_third_party=fvcore,torch,torchvision,matplotlib,mpl_toolkits,PIL,yaml,jinja2,requests
|
|
no_lines_before=STDLIB,THIRDPARTY
|
|
sections=FUTURE,STDLIB,THIRDPARTY,myself,FIRSTPARTY,LOCALFOLDER
|
|
default_section=FIRSTPARTY
|