mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh -e
|
|
set -euo pipefail
|
|
|
|
ruff check api --select I --select F401 --fix
|
|
ruff format api
|