Skip to content

Bump ruff from 0.4.8 to 0.4.9 in the poetry group #57

Bump ruff from 0.4.8 to 0.4.9 in the poetry group

Bump ruff from 0.4.8 to 0.4.9 in the poetry group #57

Workflow file for this run

name: Linters
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ruff
uses: chartboost/ruff-action@v1
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: black
uses: psf/black@stable