Skip to content

chore(deps): bump urllib3 from 2.5.0 to 2.6.3 #132

chore(deps): bump urllib3 from 2.5.0 to 2.6.3

chore(deps): bump urllib3 from 2.5.0 to 2.6.3 #132

Workflow file for this run

name: "ruff and mypy"
on:
pull_request:
push:
branches:
- main
jobs:
format:
strategy:
fail-fast: false
matrix:
python-version: [3.12]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- name: Check ruff
run: uv run ruff check .
- name: Check mypy
run: uv run mypy . --check-untyped-defs --disallow-untyped-defs