/albert_python_stubs

Stubs for Albert Launcher Python plugins

Primary LanguagePython

Stubs for Albert Launcher Python Plugins

Install

To install, clone the project and run:

$ cd albert_python_stubs/
$ pip install .

Development Setup

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