Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Fix comment

Fix comment #601

Workflow file for this run

name: Mypy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mypy types-dataclasses attrs
- name: mypy
run: make MINIMUM_PYTHON_VERSION=3.8 mypy