mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 08:23:00 +08:00
8 lines
130 B
Bash
Executable file
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
|