tanshu
350edf7126
Moved to Sqlalchemy 1.4 model and SessionFuture. Upgraded to Angular 12 Upgraded the python dependencies
10 lines
249 B
Bash
Executable File
10 lines
249 B
Bash
Executable File
#!/usr/bin/env bash
|
|
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
|
cd "$parent_path/overlord" || exit
|
|
npx prettier --write src/app
|
|
npx ng lint --fix
|
|
cd "$parent_path/brewman" || exit
|
|
isort brewman
|
|
black brewman
|
|
flake8 brewman
|