Skip to content

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9 #29

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9 #29

Workflow file for this run

name: Pydocstyle
on: [push, pull_request]
jobs:
pydocstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pydocstyle install
run: pip install --user pydocstyle
- name: Python docstring checks
run: pydocstyle -v .