agenda_culturel/scripts/format.sh

6 lines
68 B
Bash
Executable File

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