Skip to content

fix(pyproject.toml): let qrcode decide of the version of Pillow to be… #21

fix(pyproject.toml): let qrcode decide of the version of Pillow to be…

fix(pyproject.toml): let qrcode decide of the version of Pillow to be… #21

Workflow file for this run

name: Lint with Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."