/Jisho

Primary LanguagePython

Jisho

A filesystem indexer built with Python.

Installing Dependencies

Note: Activate your custom virtual environment before running the below command.

pip install -r requirements.txt

Setting up pre-commit

What is pre-commit?

pre-commit install --hook-type pre-push
pre-commit install --hook-type pre-commit