Thanks to visit codestin.com
Credit goes to github.com

Skip to content

use LineInfiniteSegmentMaterial for LinearSelector #1219

use LineInfiniteSegmentMaterial for LinearSelector

use LineInfiniteSegmentMaterial for LinearSelector #1219

Workflow file for this run

name: black
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
lint:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./fastplotlib"