Fix: Rebase
Chore: Updated dependencies Chore: Python 3.10 Chore: Node 18 Chore: Ansible to support new layouts
This commit is contained in:
10
lint.sh
10
lint.sh
@ -1,9 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eEu -o pipefail
|
||||
shopt -s extdebug
|
||||
IFS=$'\n\t'
|
||||
|
||||
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
|
||||
poetry run isort brewman
|
||||
poetry run black brewman
|
||||
poetry run flake8 brewman
|
||||
|
||||
Reference in New Issue
Block a user