Skip to content

build(deps): bump aiohttp from 3.9.5 to 3.10.3 #177

build(deps): bump aiohttp from 3.9.5 to 3.10.3

build(deps): bump aiohttp from 3.9.5 to 3.10.3 #177

Workflow file for this run

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner & black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
black_args: ". --check"
src: "."