Skip to content

chore(deps): bump black from 23.1.0 to 24.3.0 #19

chore(deps): bump black from 23.1.0 to 24.3.0

chore(deps): bump black from 23.1.0 to 24.3.0 #19

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff-check:
runs-on: ubuntu-latest
name: check
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: "--config=./pyproject.toml"