Chore: Linted.
This commit is contained in:
8
lint.sh
8
lint.sh
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
||||
cd "$parent_path/otis" || exit
|
||||
npx prettier --write src/
|
||||
npx prettier --write src/app
|
||||
npx ng lint --fix
|
||||
cd "$parent_path/luthor" || exit
|
||||
isort luthor
|
||||
black luthor
|
||||
flake8 luthor
|
||||
poetry run isort luthor
|
||||
poetry run black luthor
|
||||
poetry run flake8 luthor
|
||||
|
||||
Reference in New Issue
Block a user