Skip to content

Format python code with black and imports with isort #4

Format python code with black and imports with isort

Format python code with black and imports with isort #4

Workflow file for this run

name: Check code formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable