Skip to content

add working part B which can be looked at for improvements #17

add working part B which can be looked at for improvements

add working part B which can be looked at for improvements #17

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black
uses: psf/black@stable