Skip to content

Bump pylint from 2.17.5 to 3.0.1 #13

Bump pylint from 2.17.5 to 3.0.1

Bump pylint from 2.17.5 to 3.0.1 #13

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