Skip to content

feature(Benchmarking): Benchmarking is not a Group anymore. (#251) #770

feature(Benchmarking): Benchmarking is not a Group anymore. (#251)

feature(Benchmarking): Benchmarking is not a Group anymore. (#251) #770

Workflow file for this run

name: Black
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 22.12"