2021-12-15 18:51:33 +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
|
2022-01-24 15:22:31 +08:00
|
|
|
extra_standard_library = setuptools
|
2021-12-15 18:51:33 +08:00
|
|
|
known_first_party = mmselfsup
|
2022-02-02 11:16:06 +08:00
|
|
|
known_third_party = PIL,cv2,detectron2,faiss,matplotlib,mmcls,mmcv,mmdet,numpy,packaging,pytest,pytorch_sphinx_theme,scipy,seaborn,six,sklearn,svm_helper,torch,torchvision,tqdm
|
2021-12-15 18:51:33 +08:00
|
|
|
no_lines_before = STDLIB,LOCALFOLDER
|
|
|
|
default_section = THIRDPARTY
|
|
|
|
|
|
|
|
[codespell]
|
|
|
|
skip = *.ipynb
|
|
|
|
quiet-level = 3
|
|
|
|
ignore-words-list = patten,confectionary,nd,ty,formating
|