To install, clone the project and run:
$ cd albert_python_stubs/
$ pip install .
To setup the project for development, run:
$ cd albert_python_stubs/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg
To lint and format files, run:
$ pre-commit run --all-files