Skip to content

Bump zipp from 3.16.2 to 3.19.1 in /requirements #88

Bump zipp from 3.16.2 to 3.19.1 in /requirements

Bump zipp from 3.16.2 to 3.19.1 in /requirements #88

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: python -m pip install ruff
- run: ruff check .