setup.cfg 547 B

1234567891011121314151617181920212223
  1. [bdist_wheel]
  2. universal=1
  3. [aliases]
  4. test=pytest
  5. [yapf]
  6. based_on_style = pep8
  7. blank_line_before_nested_class_or_def = true
  8. split_before_expression_after_opening_paren = true
  9. [isort]
  10. line_length = 79
  11. multi_line_output = 3
  12. known_first_party = mim
  13. extra_standard_library = pkg_resources,setuptools,logging,os,warnings,abc
  14. known_third_party = click,modelindex,pandas,pip,pytest,pytorch_sphinx_theme,requests,tabulate
  15. no_lines_before = STDLIB,LOCALFOLDER
  16. default_section = THIRDPARTY
  17. include_trailing_comma = true
  18. [codespell]
  19. ignore-words-list = te