Skip to content

Match linting to the same as chandra_limits #1

Match linting to the same as chandra_limits

Match linting to the same as chandra_limits #1

name: Check Python formatting using Black and Ruff
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1