Skip to content

Update mypy requirement from ^0.971 to >=0.971,<1.4 #9

Update mypy requirement from ^0.971 to >=0.971,<1.4

Update mypy requirement from ^0.971 to >=0.971,<1.4 #9

Workflow file for this run

name: CI
on:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Nox
run: pip install nox
- name: Run Nox
run: nox -s lint
typechecking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Nox
run: pip install nox
- name: Run Nox
run: nox -s mypy