File size: 79 Bytes
d0bfdd6
 
 
 
1
2
3
4
#! /bin/bash
set -euxo pipefail
ruff format src
ruff check --fix --select I src