Fix: Allow linting to run without activating the poetry environment.
This commit is contained in:
6
lint.sh
6
lint.sh
@ -4,6 +4,6 @@ cd "$parent_path/bookie" || exit
|
|||||||
npx prettier --write src/app
|
npx prettier --write src/app
|
||||||
npx ng lint --fix
|
npx ng lint --fix
|
||||||
cd "$parent_path/barker" || exit
|
cd "$parent_path/barker" || exit
|
||||||
isort barker
|
poetry run isort barker
|
||||||
black barker
|
poetry run black barker
|
||||||
flake8 barker
|
poetry run flake8 barker
|
||||||
|
|||||||
Reference in New Issue
Block a user