Skip to content

Update ruff requirement from ^0.6.9 to >=0.6.9,<0.9.0 #263

Update ruff requirement from ^0.6.9 to >=0.6.9,<0.9.0

Update ruff requirement from ^0.6.9 to >=0.6.9,<0.9.0 #263

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"