Skip to content

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#342) #55

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#342)

Bump pillow from 10.2.0 to 10.3.0 in /requirements (#342) #55

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: python -m pip install black[jupyter]
- run: |
black . --check