-
Notifications
You must be signed in to change notification settings - Fork 205
/
setup.cfg
24 lines (21 loc) · 1.06 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[isort]
line_length = 79
multi_line_output = 0
known_standard_library = setuptools
known_first_party = easycv
known_third_party = MNN,PIL,cv2,cython_bbox,easy_predict,einops,functions,future,fvcore,h5py,hpo_tools,imgaug,json_tricks,jsonplus,lmdb,matplotlib,mmcv,nni,numpy,nuscenes,packaging,pandas,prettytable,pyclipper,pycocotools,pyquaternion,pytorch_metric_learning,rapidfuzz,requests,scipy,shapely,six,skimage,sklearn,sphinx_rtd_theme,thop,timm,torch,torch_blade,torchacc,torchvision,tqdm,transformers,wget,xtcocotools
no_lines_before = STDLIB,LOCALFOLDER
default_section = THIRDPARTY
[yapf]
BASED_ON_STYLE = pep8
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
SPLIT_BEFORE_EXPRESSION_AFTER_OPENING_PAREN = true
[codespell]
skip = *.ipynb
quiet-level = 3
ignore-words-list = patten,nd,ty,mot,hist,formating,winn,gool,datas,wan,confids
[flake8]
select = B,C,E,F,P,T4,W,B9
max-line-length = 120
ignore = E111,E114,E123,E125,E126,E129,E131,E251,E402,E501,E711,E712,E722,E731,E741,W291,W503,W504,W605,F401,F403,F841
exclude = docs/src,scripts,*.pyi,.git .git_bin_path .git_bin_url