khoj/.github/workflows
Debanjum Singh Solanky fd0a2f55f8 Run mypy checks in test workflow and on push (via pre-commit)
- Run mypy on git push (not every commit) but for all files
  - Running it on pre-commit, doesn't make sense as mypy wants to look
    at all files, not just diff files
  - But this is too time consuming to run every commit, so run on push

- Update development section documentation on installing, manually
  running pre-commit for validation that includes running mypy checks
2023-02-17 16:08:56 -06:00
..
build_khoj_el.yml Move Emacs, Obsidian plugin code out from under src/khoj directory 2023-02-14 15:44:22 -06:00
dockerize.yml Add, configure and run pre-commit locally and in test workflow 2023-02-17 13:31:36 -06:00
pypi.yml Add, configure and run pre-commit locally and in test workflow 2023-02-17 13:31:36 -06:00
release.yml Use the src/ layout to fix packaging Khoj for PyPi 2023-02-14 15:19:06 -06:00
test.yml Run mypy checks in test workflow and on push (via pre-commit) 2023-02-17 16:08:56 -06:00
test_khoj_el.yml Move Emacs, Obsidian plugin code out from under src/khoj directory 2023-02-14 15:44:22 -06:00