Skip to content

fixes warning about sqlite3 conversion deprecation in python 3.12 #25

fixes warning about sqlite3 conversion deprecation in python 3.12

fixes warning about sqlite3 conversion deprecation in python 3.12 #25

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
- name: install dependencies
run: poetry install
- name: flake8
run: poetry run flake8