Skip to content

Bump peewee from 3.18.2 to 3.18.3 #138

Bump peewee from 3.18.2 to 3.18.3

Bump peewee from 3.18.2 to 3.18.3 #138

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 .[dev]
- name: Runs mypy
run: mypy --install-types --non-interactive fitler