mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-22 05:42:56 +00:00
8 lines
71 B
Bash
8 lines
71 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
mypy app
|
|
ruff app
|
|
ruff format app --check
|