2025-03-02 19:12:50 +01:00

7 lines
69 B
Bash
Executable File

#!/bin/bash -e
APP_PATH="src"
ruff $APP_PATH --fix
black $APP_PATH