Skip to content

Update mkdocstrings and griffe to the latest versions. Remove some un… #26

Update mkdocstrings and griffe to the latest versions. Remove some un…

Update mkdocstrings and griffe to the latest versions. Remove some un… #26

Workflow file for this run

name: Lint with MyPy
on: [push, pull_request]
jobs:
mypy:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install -c ci-constraints.txt . -r mypy-requirements.txt -r test-requirements.txt
- name: Run MyPy
run: |
mypy .