backend_and_cms/backend/scripts/lint.sh

9 lines
84 B
Bash

#!/usr/bin/env bash
set -e
set -x
mypy app
ruff check app
ruff format app --check