Skip to content

Added parent class of aiohttp.ClientSession that does retries when 429 / Too Many Requests is detected in response #45

Added parent class of aiohttp.ClientSession that does retries when 429 / Too Many Requests is detected in response

Added parent class of aiohttp.ClientSession that does retries when 429 / Too Many Requests is detected in response #45

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'