Skip to content

add sqlite option if included in config file #658

add sqlite option if included in config file

add sqlite option if included in config file #658

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
options: "--check --diff --color --verbose --line-length 99"