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 566 B

123456789101112131415161718192021222324
  1. [isort]
  2. line_length = 79
  3. multi_line_output = 0
  4. known_standard_library = setuptools
  5. known_first_party = maas_lib
  6. known_third_party = json,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
  17. [flake8]
  18. select = B,C,E,F,P,T4,W,B9
  19. max-line-length = 120
  20. ignore = F401,F821
  21. exclude = docs/src,*.pyi,.git

致力于通过开放的社区合作,开源AI模型以及相关创新技术,推动基于模型即服务的生态繁荣发展