Skip to content

refactor: add ServerState.get_messages(limit=) parameter #2

refactor: add ServerState.get_messages(limit=) parameter

refactor: add ServerState.get_messages(limit=) parameter #2

Workflow file for this run

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