diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index b584765..7821723 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -49,4 +49,4 @@ jobs: - name: 🏗 Install dependencies run: poetry install --no-interaction - name: 🚀 Run mypy - run: poetry run mypy omnikinverter tests test_output.py + run: poetry run mypy omnikinverter tests examples diff --git a/test_output.py b/examples/test_output.py similarity index 100% rename from test_output.py rename to examples/test_output.py