mirror of https://github.com/open-mmlab/mmocr.git
[Fix] fix isort pre-commit error (#1697)
* [Fix] fix isort pre-commit error * [Fix] add mmengine to setup.cfg and rerun pre-commitpull/1678/head^2
parent
689ecf0f5f
commit
bed778fc3f
|
@ -13,7 +13,7 @@ line_length = 79
|
||||||
multi_line_output = 0
|
multi_line_output = 0
|
||||||
extra_standard_library = setuptools
|
extra_standard_library = setuptools
|
||||||
known_first_party = mmocr
|
known_first_party = mmocr
|
||||||
known_third_party = PIL,cv2,imgaug,lanms,lmdb,matplotlib,mmcv,mmdet,numpy,packaging,pyclipper,pytest,pytorch_sphinx_theme,rapidfuzz,requests,scipy,shapely,skimage,titlecase,torch,torchvision,ts,yaml
|
known_third_party = PIL,cv2,imgaug,lanms,lmdb,matplotlib,mmcv,mmdet,numpy,packaging,pyclipper,pytest,pytorch_sphinx_theme,rapidfuzz,requests,scipy,shapely,skimage,titlecase,torch,torchvision,ts,yaml,mmengine
|
||||||
no_lines_before = STDLIB,LOCALFOLDER
|
no_lines_before = STDLIB,LOCALFOLDER
|
||||||
default_section = THIRDPARTY
|
default_section = THIRDPARTY
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue