Chore: Linted.

This commit is contained in:
2022-04-17 13:44:56 +05:30
parent d7b06cfdb4
commit ee8cde46b7
26 changed files with 110 additions and 148 deletions

View File

@ -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