Skip to content

update urllib3

update urllib3 #38

Workflow file for this run

name: Code quality
on:
pull_request:
branches:
- "*"
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: ./.github/actions/install-env
- name: Run pre-commit on all files
run: poetry run pre-commit run --all-files