mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-20 21:09:52 +00:00
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
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
|