#!/bin/bash GREEN='\033[1;32m' NC='\033[0m' uvx ruff format . uvx ruff check . --fix printf "${GREEN}Linters/formatters runned${NC}\n"