Skip to content

Update ruff requirement from ~=0.6 to ~=0.7 #130

Update ruff requirement from ~=0.6 to ~=0.7

Update ruff requirement from ~=0.6 to ~=0.7 #130

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