Skip to content

[pre-commit.ci] pre-commit autoupdate #125

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #125

Workflow file for this run

name: Mypy Type Checking
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
mypy-check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install mypy
- name: Configure mypy globally
run: |
echo -e "[mypy]\nignore_missing_imports = True" > mypy.ini
- name: Run mypy
run: mypy .
  NODES
COMMUNITY 1
Project 3
USERS 1