Skip to content

Refactor darks/flats config class to more clearly represent the various use-cases #1233

Refactor darks/flats config class to more clearly represent the various use-cases

Refactor darks/flats config class to more clearly represent the various use-cases #1233

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Run black
uses: psf/black@stable