Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Bump urllib3 from 2.2.2 to 2.6.3 #34

Bump urllib3 from 2.2.2 to 2.6.3

Bump urllib3 from 2.2.2 to 2.6.3 #34

name: Code Style Check
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install black nbqa
- name: Run Black on Python files
run: black --check $(find . -type f -name "*.py")