This website requires JavaScript.
Explore
Help
Sign In
all_in_one
/
backend_and_cms
Watch
1
Star
0
Fork
You've already forked backend_and_cms
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
152404d681
backend_and_cms
/
backend
/
scripts
/
lint.sh
9 lines
84 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
set
-e
set
-x
mypy app
ruff check app
ruff format app --check
Reference in New Issue
View Git Blame
Copy Permalink