Skip to content

Merge branch 'main' of https://github.com/FZJ-IEK3-VSA/HiSim into mor… #4022

Merge branch 'main' of https://github.com/FZJ-IEK3-VSA/HiSim into mor…

Merge branch 'main' of https://github.com/FZJ-IEK3-VSA/HiSim into mor… #4022

Workflow file for this run

name: Mypy
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install mypy
pip install pytest
- name: mypy
run: |
mypy -p hisim --config-file mypy.ini
mypy --config-file mypy_moderate.ini system_setups/
mypy --config-file mypy_moderate.ini tests/