tanshu
350edf7126
Moved to Sqlalchemy 1.4 model and SessionFuture. Upgraded to Angular 12 Upgraded the python dependencies |
||
---|---|---|
brewman | ||
docker/app | ||
overlord | ||
sql | ||
.env | ||
.gitignore | ||
CHANGES.md | ||
deploy.sh | ||
lint.sh | ||
README.md | ||
version_bump.sh |
Prettier - to format typescript files
npx prettier --write src/app/
Eslint - to lint typescript files
eslint src/app/
Optional to fix the errors as well
eslint src/app/ --fix
Poerty remove environment
rm -rf `poetry env info -p`
Poerty install
poetry install