Skip to content

Bump mypy from 1.5.1 to 1.7.0 #21

Bump mypy from 1.5.1 to 1.7.0

Bump mypy from 1.5.1 to 1.7.0 #21

Workflow file for this run

name: mypy
on: [push]
jobs:
run-mypy:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install -r requirements.txt
- name: Runs mypy
run: mypy --install-types --non-interactive **/*.py