Skip to content

refactor: simplify inbox ratelimit data structure #23

refactor: simplify inbox ratelimit data structure

refactor: simplify inbox ratelimit data structure #23

Workflow file for this run

name: Lint with black
on:
push:
paths:
- '**.py'
pull_request:
branches:
- main
paths:
- '**.py'
jobs:
lint:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]