Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 #491

Bump urllib3 from 1.26.18 to 1.26.19

Bump urllib3 from 1.26.18 to 1.26.19 #491

Workflow file for this run

# Run linting and basic file format checks
name: Lint
on:
pull_request:
workflow_call:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "."
version: "22.8.0"