2018-08-27 02:12:31 +08:00
|
|
|
[bdist_wheel]
|
|
|
|
universal=1
|
|
|
|
|
|
|
|
[aliases]
|
2018-10-08 21:28:14 +08:00
|
|
|
test=pytest
|
|
|
|
|
2019-07-30 23:15:56 +08:00
|
|
|
[yapf]
|
|
|
|
based_on_style = pep8
|
|
|
|
blank_line_before_nested_class_or_def = true
|
|
|
|
split_before_expression_after_opening_paren = true
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
line_length = 79
|
|
|
|
multi_line_output = 0
|
2019-12-12 21:40:42 +08:00
|
|
|
known_standard_library = pkg_resources,setuptools
|
2019-07-30 23:15:56 +08:00
|
|
|
known_first_party = mmcv
|
2020-07-08 01:20:27 +08:00
|
|
|
known_third_party = Cython,addict,cv2,m2r,numpy,pytest,recommonmark,resnet_cifar,torch,torchvision,yaml,yapf
|
2019-07-30 23:15:56 +08:00
|
|
|
no_lines_before = STDLIB,LOCALFOLDER
|
2019-12-12 21:40:42 +08:00
|
|
|
default_section = THIRDPARTY
|