diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3190e87..217a6ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,4 +72,4 @@ jobs: run: poetry run python -m pytest -p no:sugar -q tests/ - name: Run mypy - run: poetry run mypy \ No newline at end of file + run: poetry run mypy lato \ No newline at end of file