a | b/setup.cfg | ||
---|---|---|---|
1 | [yapf] |
||
2 | based_on_style = pep8 |
||
3 | blank_line_before_nested_class_or_def = true |
||
4 | split_before_expression_after_opening_paren = true |
||
5 | |||
6 | [isort] |
||
7 | line_length = 79 |
||
8 | multi_line_output = 0 |
||
9 | known_standard_library = setuptools |
||
10 | known_first_party = mmseg |
||
11 | known_third_party = PIL,cityscapesscripts,cv2,detail,matplotlib,mmcv,numpy,onnxruntime,packaging,prettytable,pytest,pytorch_sphinx_theme,requests,scipy,seaborn,torch,ts |
||
12 | no_lines_before = STDLIB,LOCALFOLDER |
||
13 | default_section = THIRDPARTY |
||
14 | |||
15 | [codespell] |
||
16 | skip = *.po,*.ts,*.ipynb |
||
17 | count = |
||
18 | quiet-level = 3 |
||
19 | ignore-words-list = formating,sur,hist |