Add typing for content

This commit is contained in:
Jeremiah Lowin 2024-12-03 13:09:41 -05:00
commit 5cb154fa1b
3 changed files with 19 additions and 14 deletions

View file

@ -28,3 +28,9 @@ jobs:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[tests]"
- name: Run pyright
run: pyright src tests