Skip to content

refactor: to_excel and to_rubiks are now faster #46

refactor: to_excel and to_rubiks are now faster

refactor: to_excel and to_rubiks are now faster #46

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
version: ">= 22.12.0"