Skip to content

Bump urllib3 from 2.0.7 to 2.2.2 in /requirements #78

Bump urllib3 from 2.0.7 to 2.2.2 in /requirements

Bump urllib3 from 2.0.7 to 2.2.2 in /requirements #78

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 .