Skip to content

Add function for returning data #221

Add function for returning data

Add function for returning data #221

Workflow file for this run

name: Black Linting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff --exclude params.py"