Skip to content

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 (#23) #145

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 (#23)

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 (#23) #145

Workflow file for this run

name: Mypy
on: [ push, pull_request ]
env:
DEFAULT_PYTHON: "3.12"
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON }}
check-latest: true
- run: pip install -r requirements_dev.txt
- run: mypy docker2mqtt