Skip to content

fix: update lock file to be consistent with toml file (#99) #216

fix: update lock file to be consistent with toml file (#99)

fix: update lock file to be consistent with toml file (#99) #216

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