Diff of /ViTPose/setup.cfg [000000] .. [c1b1c5]

Switch to unified view

a b/ViTPose/setup.cfg
1
[bdist_wheel]
2
universal=1
3
4
[aliases]
5
test=pytest
6
7
[tool:pytest]
8
addopts=tests/
9
10
[yapf]
11
based_on_style = pep8
12
blank_line_before_nested_class_or_def = true
13
split_before_expression_after_opening_paren = true
14
split_penalty_import_names=0
15
SPLIT_PENALTY_AFTER_OPENING_BRACKET=800
16
17
[isort]
18
line_length = 79
19
multi_line_output = 0
20
extra_standard_library = pkg_resources,setuptools
21
known_first_party = mmpose
22
known_third_party = PIL,cv2,h5py,json_tricks,matplotlib,mmcv,munkres,numpy,pytest,pytorch_sphinx_theme,requests,scipy,seaborn,spacepy,titlecase,torch,torchvision,webcam_apis,xmltodict,xtcocotools
23
no_lines_before = STDLIB,LOCALFOLDER
24
default_section = THIRDPARTY