Skip to content

Updated arg naming to match rest of file #9

Updated arg naming to match rest of file

Updated arg naming to match rest of file #9

Workflow file for this run

name: Linters
on: [push]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1