This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ai-anchor
/
video-maker
Watch
3
Star
0
Fork
0
Files
Issues
4
Pull Requests
0
Wiki
Tree:
50b3284539
Branches
Tags
backend-dev
backend_video_api
front-dev
master
video-maker
/
backend
/
app
/
scripts
/
lint.sh
lint.sh
98 B
History
Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -x
mypy app
black app --check
isort --recursive --check-only app
flake8