Skip to content

Commit

Permalink
[Fix] fix isort pre-commit error (open-mmlab#1697)
Browse files Browse the repository at this point in the history
* [Fix] fix isort pre-commit error

* [Fix] add mmengine to setup.cfg and rerun pre-commit
  • Loading branch information
KevinNuNu committed Jan 31, 2023
1 parent 689ecf0 commit bed778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bed778f

Please sign in to comment.