mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff check app scripts --fix
|
|
ruff format app scripts
|