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

123456789101112
  1. [isort]
  2. multi_line_output = 3
  3. include_trailing_comma = true
  4. force_grid_wrap = 0
  5. use_parentheses = true
  6. line_length = 88
  7. known_first_party = megbrain, megengine
  8. sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
  9. default_section=THIRDPARTY
  10. [tool:pytest]
  11. norecursedirs=test/helpers