Development Tools
Python Lint and Format
ruff format .
ruff check .
ruff check . --fix
Python Type Checking
mypy .
ty check .
Frontend Code Quality
For frontend code quality check, we use some npm packages.
nvm use
npm install
If you wish to upgrade packages
npm update --save
Run
See the scripts in package.json for various commands.