Skip to content

chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in the uv group acros… #51

chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in the uv group acros…

chore(deps): bump aiohttp from 3.13.3 to 3.13.4 in the uv group acros… #51

Workflow file for this run

# Workflow for running pre-commit checks
name: Pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1