Skip to content

DEV: Fixed Black GitHub action #25

DEV: Fixed Black GitHub action

DEV: Fixed Black GitHub action #25

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "23.12.1"
black_args: ". --check --extend-exclude '.*_version\\.py$'"