Skip to content

use tobytes instead of tostring (#550) #1976

use tobytes instead of tostring (#550)

use tobytes instead of tostring (#550) #1976

Workflow file for this run

name: black
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-black-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'
- run: pip install black==22.3.0
- run: black --diff .
- run: black --check .