mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
No EOL
91 B
Bash
8 lines
No EOL
91 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mypy api
|
|
ruff check api --check
|
|
ruff format api --check |