UniPixel / setup.cfg
yeliudev's picture
Add files
f880dff
raw
history blame contribute delete
538 Bytes
[yapf]
column_limit = 120
based_on_style = pep8
blank_line_before_nested_class_or_def = true
split_before_expression_after_opening_paren = true
[isort]
line_length = 120
multi_line_output = 0
known_third_party = cv2,decord,deepspeed,gradio,hydra,imageio,matplotlib,nncore,numpy,omegaconf,pandas,peft,PIL,pycocotools,pysrt,requests,safetensors,spaces,tabulate,termplotlib,tqdm,tensordict,torch,torchvision,transformers
no_lines_before = STDLIB,LOCALFOLDER
default_section = FIRSTPARTY
[flake8]
max-line-length = 500
extend-ignore = E741