Skip to content

add pathlib import for handling paths #91

add pathlib import for handling paths

add pathlib import for handling paths #91

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: pyscope
jupyter: true
- uses: isort/isort-action@v1.1.0
with:
configuration: profile=black