#!/bin/bash
shellcheck source.init.sh
ruff check --fix
ruff format
