Skip to content

chore: Bump version to 0.1.3 in pyproject.toml, implement lazy loadin… #124

chore: Bump version to 0.1.3 in pyproject.toml, implement lazy loadin…

chore: Bump version to 0.1.3 in pyproject.toml, implement lazy loadin… #124

Workflow file for this run

name: Python Black
on: [push, pull_request]
jobs:
lint:
name: Python Lint
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup checkout
uses: actions/checkout@master
- name: Lint with Black
run: |
pip install black
black --diff --check src/cellmap_models tests