Skip to content

Return iterators for paginated endpoints #80

Return iterators for paginated endpoints

Return iterators for paginated endpoints #80

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Install black
run: pip install black
- name: Lint with black
run: black --check --diff .