From bed778fc3fee0e3d4842cc7e2e084f331924c9c1 Mon Sep 17 00:00:00 2001 From: Kevin Wang <34083603+KevinNuNu@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:50:13 +0800 Subject: [PATCH] [Fix] fix isort pre-commit error (#1697) * [Fix] fix isort pre-commit error * [Fix] add mmengine to setup.cfg and rerun pre-commit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 37c57e66..e54ab9ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ line_length = 79 multi_line_output = 0 extra_standard_library = setuptools 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 default_section = THIRDPARTY