Skip to content

Bump ghcr.io/devcontainers-contrib/features/ruff from 1.1.1 to 2.0.0 #17

Bump ghcr.io/devcontainers-contrib/features/ruff from 1.1.1 to 2.0.0

Bump ghcr.io/devcontainers-contrib/features/ruff from 1.1.1 to 2.0.0 #17

Workflow file for this run

name: Static Typechecking with mypy
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: pip
cache-dependency-path: docs/requirements-dev.txt
- run: pip install -r docs/requirements-dev.txt
- run: mypy --config-file hydrogym/mypy.ini