Skip to content

Bump aiohttp from 3.7.4.post0 to 3.8.5 #656

Bump aiohttp from 3.7.4.post0 to 3.8.5

Bump aiohttp from 3.7.4.post0 to 3.8.5 #656

Workflow file for this run

name: "Pre-commit"
on:
push: {}
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install
run: pip3 install pre-commit
- name: Run
run: pre-commit run --all-files