This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ai-anchor
/
video-maker
Segui
3
Vota
0
Forka
0
File
Problemi
4
Pull Requests
0
Wiki
Albero (Tree):
50b3284539
Rami (Branch)
Tag
backend-dev
backend_video_api
front-dev
master
video-maker
/
backend
/
app
/
scripts
/
lint.sh
lint.sh
98 B
Cronologia
Originale
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