mli / autocut

用文本编辑器剪视频
Apache License 2.0
6.72k stars 676 forks source link

feat: add gui for core function #30

Open chenqianhe opened 2 years ago

chenqianhe commented 2 years ago

feat

problem

feature todo(after #23 solved)

see https://github.com/mli/autocut/issues/22#issuecomment-1312373402

chenqianhe commented 2 years ago

@yihong0618 lint和test好像有问题,看一下?

yihong0618 commented 2 years ago

好的,稍等

yihong0618 commented 2 years ago

@chenqianhe 你在根目录跑一下 black . 然后再 add commit push 这个是 Lint 挂了

pip3 install black

black .
git add .
git commit -m "fix: lint for ci"
git push