Skip to content

Bump pillow from 10.0.0 to 10.0.1 #49

Bump pillow from 10.0.0 to 10.0.1

Bump pillow from 10.0.0 to 10.0.1 #49

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=88 --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--line-length=100 --ignore=E501"