Skip to content

removed unsued comment and addressedd Jason's comment. #219

removed unsued comment and addressedd Jason's comment.

removed unsued comment and addressedd Jason's comment. #219

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:
version: "~= 23.7.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.0.278