Skip to content

Allow the line width to be specified for limit lines #9

Allow the line width to be specified for limit lines

Allow the line width to be specified for limit lines #9

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