diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 40beeaa..f2490b5 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -18,4 +18,4 @@ jobs: - name: Install dependencies run: pip install mypy lxml geojson maturin python-dateutil types-python-dateutil lxml-stubs - name: Test with mypy - run: mypy \ No newline at end of file + run: mypy . \ No newline at end of file