Skip to content

Bump ruff from 0.5.7 to 0.8.4 #169

Bump ruff from 0.5.7 to 0.8.4

Bump ruff from 0.5.7 to 0.8.4 #169

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.9"