Skip to content
Snippets Groups Projects
format.sh 152 B
#!/bin/sh -e
set -x

ruff --version
ruff check --fix --show-fixes clowm migrations
ruff format clowm migrations

isort --version
isort clowm migrations