diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 0b60d0e..d102fff 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -95,4 +95,4 @@ jobs: python -m pip install hatch hatch env create lint - name: Type check w/ mypy - run: mypy --install-types --non-interactive --pretty + run: hatch run lint:mypy --install-types --non-interactive --pretty