Skip to content

Bump pytest from 7.4.0 to 8.0.0 #194

Bump pytest from 7.4.0 to 8.0.0

Bump pytest from 7.4.0 to 8.0.0 #194

Workflow file for this run

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