|
- [isort]
- multi_line_output = 3
- include_trailing_comma = true
- force_grid_wrap = 0
- use_parentheses = true
- line_length = 88
- known_first_party = megbrain, megengine
- sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
- default_section=THIRDPARTY
-
- [tool:pytest]
- norecursedirs=test/helpers
|