Skip to content

fix(lsp): use readexactly to ensure all bytes are read #53

fix(lsp): use readexactly to ensure all bytes are read

fix(lsp): use readexactly to ensure all bytes are read #53

Workflow file for this run

name: format
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
python-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with: # see: https://black.readthedocs.io/en/stable/integrations/github_actions.html
version: "~= 25.0"