felicity-lims/felicity/scripts/lint.sh
Aurthur Musendame 9352b91fac formated code
2024-02-16 17:48:19 +02:00

8 lines
130 B
Bash
Executable file

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