Skip to content

fix: ensure reader always returns a copy of bytes #3

fix: ensure reader always returns a copy of bytes

fix: ensure reader always returns a copy of bytes #3

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/black@24.10.0