Skip to content

better parsing to avoid bugs when variables name contain whitespaces #554

better parsing to avoid bugs when variables name contain whitespaces

better parsing to avoid bugs when variables name contain whitespaces #554

Workflow file for this run

name: Mypy
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Debian packages
run: |
sudo apt-get update -qq
sudo apt-get install -y python3-pip
- name: Run mypy
run: make mypy