Skip to content

Update napari plugin installation instructions #78

Update napari plugin installation instructions

Update napari plugin installation instructions #78

Workflow file for this run

name: Python Linting
on:
pull_request:
push:
branches: [main]
jobs:
pre_commit_checks:
name: pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: check backend
uses: pre-commit/[email protected]