You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

setup.cfg 630 B

2 years ago
123456789101112131415161718
  1. [isort]
  2. line_length = 79
  3. multi_line_output = 0
  4. known_standard_library = setuptools
  5. known_first_party = mmdet
  6. known_third_party = PIL,asynctest,cityscapesscripts,cv2,gather_models,matplotlib,mmcv,numpy,onnx,onnxruntime,pycocotools,pytest,pytorch_sphinx_theme,requests,scipy,seaborn,six,terminaltables,torch,ts,yaml
  7. no_lines_before = STDLIB,LOCALFOLDER
  8. default_section = THIRDPARTY
  9. [yapf]
  10. BASED_ON_STYLE = pep8
  11. BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
  12. SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN = true
  13. [codespell]
  14. skip = *.ipynb
  15. quiet-level = 3
  16. ignore-words-list = patten,nd,ty,mot,hist,formating,winn,gool,datas,wan,confids

No Description

Contributors (1)