Skip to content

Linting fixes that are different in github than in our local poetry r… #166

Linting fixes that are different in github than in our local poetry r…

Linting fixes that are different in github than in our local poetry r… #166

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1