File size: 478 Bytes
23fdbc0
 
 
 
 
 
 
 
 
ba0b022
23fdbc0
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 = decord,deepspeed,gradio,huggingface_hub,nncore,numpy,pandas,peft,PIL,pysrt,safetensors,spaces,tabulate,termplotlib,torch,torchvision,transformers
no_lines_before = STDLIB,LOCALFOLDER
default_section = FIRSTPARTY

[flake8]
max-line-length = 500
extend-ignore = E741