Skip to content

cli fixes, ruff, remote setup.cfg/setup.py, setuptools_scm #26

cli fixes, ruff, remote setup.cfg/setup.py, setuptools_scm

cli fixes, ruff, remote setup.cfg/setup.py, setuptools_scm #26

Workflow file for this run

name: Black Formatting
on:
push:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make black_check