Skip to content

Bump peewee from 3.16.3 to 3.17.0 #23

Bump peewee from 3.16.3 to 3.17.0

Bump peewee from 3.16.3 to 3.17.0 #23

Workflow file for this run

name: pylint
on: [push]
jobs:
run-pylint:
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 pylint
run: pylint **/*.py