felicity-lims/felicity/scripts/lint.sh
2023-04-10 14:23:31 +02:00

8 lines
94 B
Bash
Executable file

#!/usr/bin/env bash
set -x
mypy .
black . --check
isort --recursive --check-only .
flake8 .