agenda_culturel/scripts/format.sh

6 lines
68 B
Bash
Raw Normal View History

2023-05-10 09:02:59 +02:00
#!/bin/bash -e
APP_PATH="src"
ruff $APP_PATH --fix
2023-05-10 13:19:19 +02:00
black $APP_PATH