Skip to content

fx code qualy

fx code qualy #4089

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/