Skip to content

add uri=True to sqlite3.connect args (#442) #131

add uri=True to sqlite3.connect args (#442)

add uri=True to sqlite3.connect args (#442) #131

Workflow file for this run

name: Black
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"