Skip to content

Fix: GrowattV1ApiError swallows error_code/error_msg from str() #13

Fix: GrowattV1ApiError swallows error_code/error_msg from str()

Fix: GrowattV1ApiError swallows error_code/error_msg from str() #13

Workflow file for this run

name: mypy
on:
- push
- pull_request
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install mypy types-requests
- run: mypy --ignore-missing-imports growattServer/