Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Bump urllib3 from 2.2.2 to 2.5.0 #173

Bump urllib3 from 2.2.2 to 2.5.0

Bump urllib3 from 2.2.2 to 2.5.0 #173

name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install pre-commit
- name: Lint with pre-commit
run: |
pre-commit run --all-files